Fix marca da bollo
This commit is contained in:
parent
11428f9387
commit
3c2688e119
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// Fix del calcolo del bollo
|
||||||
|
$fatture = \Modules\Fatture\Fattura::all();
|
||||||
|
foreach ($fatture as $fattura) {
|
||||||
|
$fattura->save();
|
||||||
|
}
|
Loading…
Reference in New Issue