1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 20:30:51 +01:00
This commit is contained in:
Thomas Zilio 2019-04-04 20:14:53 -07:00
parent 0c66cfd17c
commit 4bba891b5b
2 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,6 @@ include_once __DIR__.'/../../core.php';
$module = Modules::get($id_module);
$dir = ($module['name'] == 'Fatture di vendita') ? 'entrata' : 'uscita';
if (get('op')) {
$options = [
'op' => 'add_contratto',
@ -19,7 +17,7 @@ if (get('op')) {
],
'serials' => false,
'button' => tr('Aggiungi'),
'dir' => $dir,
'dir' => 'entrata',
];
$result = [

View File

@ -17,7 +17,7 @@ if (get('op')) {
],
'serials' => false,
'button' => tr('Aggiungi'),
'dir' => $dir,
'dir' => 'entrata',
];
$result = [