1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 05:54:03 +01: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

@ -526,7 +526,7 @@ class Fattura extends Document
public function getBollo()
{
if (isset($this->bollo)) {
return $this->bollo;
return $this->bollo;
}
$righe_bollo = $this->getRighe()->filter(function ($item, $key) {
@ -548,7 +548,7 @@ class Fattura extends Document
return $marca_da_bollo;
}
protected function manageRigaMarcaDaBollo()
public function manageRigaMarcaDaBollo()
{
$riga = $this->rigaBollo;

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