Fix marca da bollo

This commit is contained in:
Thomas Zilio 2019-05-18 12:14:18 -07:00
parent 11428f9387
commit 3c2688e119
1 changed files with 7 additions and 0 deletions

7
update/2_4_10.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Fix del calcolo del bollo
$fatture = \Modules\Fatture\Fattura::all();
foreach ($fatture as $fattura) {
$fattura->save();
}