Update index.php
This commit is contained in:
parent
a1e6236df0
commit
77f0645c0e
@ -12,7 +12,7 @@
|
|||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -124,7 +124,11 @@ if ($action == 'validate_movements_confirm' && !empty($user->rights->accounting-
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formaccounting = new FormAccounting($db);
|
$formaccounting = new FormAccounting($db);
|
||||||
|
|
||||||
llxHeader('', $langs->trans("Closure"));
|
$title = $langs->trans('Closure');
|
||||||
|
|
||||||
|
$help_url ='EN:Module_Double_Entry_Accounting';
|
||||||
|
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
if ($action == 'validate_movements') {
|
if ($action == 'validate_movements') {
|
||||||
$form_question = array();
|
$form_question = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user