We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113c4a4 commit 5ac5bd8Copy full SHA for 5ac5bd8
sfdx-source/apex-common-samplecode/main/classes/domains/Opportunities.cls
@@ -79,7 +79,7 @@ public class Opportunities extends fflib_SObjects
79
{
80
// Apply to the Opportunity Amount?
81
if(opportunity.OpportunityLineItems == null
82
- || opportunity.OpportunityLineItems.isEmpty())
+ || opportunity.OpportunityLineItems.isEmpty())
83
84
// Adjust the Amount on the Opportunity if no lines
85
opportunity.Amount = opportunity.Amount * factor;
0 commit comments