Skip to content

Commit d695859

Browse files
committed
fix: stampa liquidazione provvigione agente
1 parent 12a42dd commit d695859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/provvigione/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
SELECT
2828
`numero_esterno`,
2929
`an_anagrafiche`.`ragione_sociale`,
30-
SUM(`prezzo_unitario`*`qta`) as \'Totale\',
30+
SUM(`prezzo_unitario`*`qta`-`sconto`) as \'Totale\',
3131
`provvigione_percentuale`,
3232
`provvigione`
3333
FROM

0 commit comments

Comments
 (0)