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
1 changed files with 1 additions and 0 deletions

View File

@ -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();