mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
Fix marca da bollo
This commit is contained in:
parent
11428f9387
commit
3c2688e119
7
update/2_4_10.php
Normal file
7
update/2_4_10.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Fix del calcolo del bollo
|
||||
$fatture = \Modules\Fatture\Fattura::all();
|
||||
foreach ($fatture as $fattura) {
|
||||
$fattura->save();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user