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:
parent
480b007fc4
commit
9083ab263b
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user