From 9083ab263b2c69e42157853baecb0ef8956a69d7 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 14 May 2020 19:10:11 +0200 Subject: [PATCH] Copia dello split payment in fase di emissione nota di credito --- modules/fatture/actions.php | 1 + 1 file changed, 1 insertion(+) 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();