We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36a2d0 commit 4cc2934Copy full SHA for 4cc2934
1 file changed
modules/ddt/bulk.php
@@ -89,12 +89,12 @@
89
$fattura = Fattura::where('idanagrafica', $id_anagrafica)
90
->where('idstatodocumento', $stato_documenti_accodabili->id)
91
->where('idtipodocumento', $tipo_documento->id)
92
+ ->where('idsede_destinazione', $id_sede)
93
->first();
94
} else {
95
96
97
->where('idtipodocumento', $tipo_standard->id)
- ->where('idsede_destinazione', $id_sede)
98
99
}
100
0 commit comments