qad-monetizable-flag-override-bug
In the Runwal fullcopy quotation code, Quote_Applied_Discounts__c (QAD) records are created with Monetizable__c hard-coded to false, overriding the correct true value from Offer_Master. This causes all monetary discounts (mandatory offers) to not deduct from Agreement_Value__c even when the offer specifies a monetary amount. Root fix: copy Monetizable from source Offer_Master record during QAD creation.