Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://powerofus.force.com/0D58000002lIlLb
divide by zero from line 56 when number of tickets = 0.
// set the per ticket deductible FMV if (opp.Number_Of_Tickets__c != null && opp.Auction_Non_Deductible_Amount__c != null) decTicketFMV = opp.Auction_Non_Deductible_Amount__c / opp.Number_Of_Tickets__c; else decTicketFMV = AUC_AuctionMaintenance.TicketNonDeductibleAmountOfAuctionId(auctionId);
The text was updated successfully, but these errors were encountered:
Fixed in release 4.12
Sorry, something went wrong.
No branches or pull requests
https://powerofus.force.com/0D58000002lIlLb
divide by zero from line 56 when number of tickets = 0.
The text was updated successfully, but these errors were encountered: