1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento #496

This commit is contained in:
Thomas Zilio
2019-02-21 17:14:37 +01:00
parent 458b4c54ee
commit feb39a0844
3 changed files with 16 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ switch (filter('op')) {
$fattura_pa = new FatturaElettronica($filename);
$id_record = $fattura_pa->saveFattura(post('pagamento'), post('id_segment'), post('id_tipo'));
$fattura_pa->saveRighe(post('articoli'), post('iva'), post('conto'));
$fattura_pa->saveRighe(post('articoli'), post('iva'), post('conto'), post('movimentazione'));
$fattura_pa->getFattura()->updateSconto();
$fattura_pa->saveAllegati();