This commit is contained in:
Fabio Lovato 2019-04-15 17:40:55 +02:00
commit 37ea24e710
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if (empty($idriga)) {
$sconto_unitario = 0;
$idimpianto = 0;
$idiva = setting('Iva predefinita');
} else {
$op = 'editarticolo';
$button = '<i class="fa fa-edit"></i> '.tr('Modifica');

View File

@ -22,6 +22,7 @@ if (empty($idriga)) {
$um = '';
$prezzo_vendita = '0';
$prezzo_acquisto = '0';
$idiva = setting('Iva predefinita');
} else {
$op = 'editriga';
$button = '<i class="fa fa-edit"></i> '.tr('Modifica');