mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 22:49:38 +01:00
Fix controllo corrispondenza tra totali fattura
This commit is contained in:
parent
14b95c15fb
commit
8ff2798ba4
@ -247,7 +247,7 @@ switch (post('op')) {
|
||||
|
||||
echo json_encode([
|
||||
'stored' => round($totale_documento,2),
|
||||
'calculated' => round($fattura->netto,2),
|
||||
'calculated' => round($fattura->totale,2),
|
||||
]);
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user