#5835 getTotals fixed #1854
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1854
Loading…
Reference in New Issue
No description provided.
Delete Branch "5835-fixGetTotals"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -34,0 +32,4 @@
LEFT JOIN (
SELECT SUM(iit.taxableBase) totalTaxableBase,
CAST(
SUM(COALESCE(iit.taxableBase * (1 + (ti.PorcentajeIva / 100)), iit.taxableBase))
si hay dos valores, no pongas coalesce, pon ifnull que es mas claro
refs #5835 getTotals fixedto #5835 getTotals fixed