We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a42dd commit d695859Copy full SHA for d695859
1 file changed
templates/provvigione/init.php
@@ -27,7 +27,7 @@
27
SELECT
28
`numero_esterno`,
29
`an_anagrafiche`.`ragione_sociale`,
30
- SUM(`prezzo_unitario`*`qta`) as \'Totale\',
+ SUM(`prezzo_unitario`*`qta`-`sconto`) as \'Totale\',
31
`provvigione_percentuale`,
32
`provvigione`
33
FROM
0 commit comments