1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 07:44:02 +01:00

Copia dello split payment in fase di emissione nota di credito

This commit is contained in:
Luca 2020-05-14 19:10:11 +02:00
parent 480b007fc4
commit 9083ab263b

View File

@ -705,6 +705,7 @@ switch (post('op')) {
$nota->idbanca = $fattura->idbanca; $nota->idbanca = $fattura->idbanca;
$nota->idsede_partenza = $fattura->idsede_partenza; $nota->idsede_partenza = $fattura->idsede_partenza;
$nota->idsede_destinazione = $fattura->idsede_destinazione; $nota->idsede_destinazione = $fattura->idsede_destinazione;
$nota->split_payment = $fattura->split_payment;
$nota->save(); $nota->save();
$righe = $fattura->getRighe(); $righe = $fattura->getRighe();