mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
Bugfix creazione fattura da ddt
This commit is contained in:
parent
89461d0d2d
commit
b09b42608b
@ -850,7 +850,7 @@ switch (post('op')) {
|
|||||||
$id_record = $dbo->lastInsertedID();
|
$id_record = $dbo->lastInsertedID();
|
||||||
|
|
||||||
// Lettura di tutte le righe della tabella in arrivo
|
// Lettura di tutte le righe della tabella in arrivo
|
||||||
for ($i = 0; $i < sizeof($post['qta_da_evadere']); ++$i) {
|
foreach ($post['qta_da_evadere'] AS $i => $value) {
|
||||||
// Processo solo le righe da evadere
|
// Processo solo le righe da evadere
|
||||||
if ($post['evadere'][$i] == 'on') {
|
if ($post['evadere'][$i] == 'on') {
|
||||||
$idrigaddt = post('idriga')[$i];
|
$idrigaddt = post('idriga')[$i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user