diff --git a/modules/fatture/actions.php b/modules/fatture/actions.php index e764e106c..66ab4b28a 100755 --- a/modules/fatture/actions.php +++ b/modules/fatture/actions.php @@ -705,6 +705,7 @@ switch (post('op')) { $nota->idbanca = $fattura->idbanca; $nota->idsede_partenza = $fattura->idsede_partenza; $nota->idsede_destinazione = $fattura->idsede_destinazione; + $nota->split_payment = $fattura->split_payment; $nota->save(); $righe = $fattura->getRighe();