Retrofix 2.4.23 procedura salvataggio banche
This commit is contained in:
parent
1de512678c
commit
761fefea09
|
@ -19,5 +19,8 @@ foreach ($fatture as $fattura) {
|
||||||
// Completamento automatico informazioni IBAN per banche
|
// Completamento automatico informazioni IBAN per banche
|
||||||
$banche = Banca::all();
|
$banche = Banca::all();
|
||||||
foreach ($banche as $banca) {
|
foreach ($banche as $banca) {
|
||||||
$banca->save();
|
try {
|
||||||
|
$banca->save();
|
||||||
|
} catch (\PDOException $e) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue