1
0
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:
MatteoPistorello 2022-08-30 15:07:04 +02:00
parent 14b95c15fb
commit 8ff2798ba4

View File

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