Fix Dolibarr#16418 missing title in "iNew cCash Fence"

This commit is contained in:
daraelmin 2021-02-26 17:24:39 +01:00 committed by GitHub
parent 1b6bc8b132
commit 739cd0466d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,7 @@ if ($action == "create" || $action == "start" || $action == 'close') {
//var_dump($theoricalamountforterminal); var_dump($theoricalnbofinvoiceforterminal);
if ($action != 'close') {
llxHeader();
llxHeader('', $langs->trans("NewCashFence"));
print load_fiche_titre($langs->trans("CashControl")." - ".$langs->trans("New"), '', 'cash-register');