feat: refs #6223 pull master #2434

Merged
robert merged 1 commits from 6223-ticketCalculateClonMaster into master 2024-05-09 11:17:17 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ BEGIN
FROM sale
WHERE ticketFk = vTicketNew AND price > 0;
CALL sale_recalcComponent('imbalance');
CALL sale_recalcComponent('buyerDiscount');
DROP TEMPORARY TABLE IF EXISTS tmp.recalculateSales;