1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix aggiornamento

This commit is contained in:
Thomas Zilio
2019-07-15 09:22:47 +02:00
parent 651c02eeb9
commit 9e83ba87ee
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ use Modules\Anagrafiche\Anagrafica;
// Fix del calcolo del bollo
$fatture = \Modules\Fatture\Fattura::all();
foreach ($fatture as $fattura) {
$fattura->save();
$fattura->manageRigaMarcaDaBollo();
}
// Fix per le relazioni tariffe-tecnici