master #3299

Merged
carlosap merged 9 commits from master into test 2024-12-12 17:23:12 +00:00
1 changed files with 7 additions and 7 deletions
Showing only changes of commit fbd6178c06 - Show all commits

View File

@ -25,7 +25,7 @@ BEGIN
DECLARE vIsInformativeExportation BOOL DEFAULT FALSE;
DECLARE vCursor CURSOR FOR
SELECT it.taxableBase,
SELECT SUM(it.taxableBase),
CAST(SUM((( it.taxableBase / 100) * t.PorcentajeIva)) AS DECIMAL (10,2)),
t.PorcentajeIva,
it.transactionTypeSageFk,