CASH-926 amount due correction
This commit is contained in:
parent
8e626f8bdd
commit
14e1be18d8
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export function getAmountDueWithDonation(lineItemsObject, donationLineItem) {
|
||||||
// this is amount due with Donation added
|
// this is amount due with Donation added
|
||||||
const lineItemsCloneWithDonation = deepClone(lineItemsObject);
|
const lineItemsCloneWithDonation = deepClone(lineItemsObject);
|
||||||
lineItemsCloneWithDonation.supportingItems.push(donationLineItem);
|
lineItemsCloneWithDonation.supportingItems.push(donationLineItem);
|
||||||
return getAmountDue(lineItemsCloneWithDonation, false);
|
return getAmountDue(lineItemsCloneWithDonation);
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getPricingByDayPartWithPrice(pageNameToLog) {
|
export async function getPricingByDayPartWithPrice(pageNameToLog) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue