diff --git a/system/modules/isotope_rules/library/Isotope/Model/ProductCollectionSurcharge/Rule.php b/system/modules/isotope_rules/library/Isotope/Model/ProductCollectionSurcharge/Rule.php index 44e0dd5dbb..36e8fdf892 100644 --- a/system/modules/isotope_rules/library/Isotope/Model/ProductCollectionSurcharge/Rule.php +++ b/system/modules/isotope_rules/library/Isotope/Model/ProductCollectionSurcharge/Rule.php @@ -74,6 +74,7 @@ public static function createForRuleInCollection(RuleModel $objRule, IsotopeProd $objSurcharge->tax_class = 0; $objSurcharge->before_tax = true; $objSurcharge->addToTotal = true; + $objSurcharge->source_id = $objRule->id; // Product or producttype restrictions if ($objRule->productRestrictions != '' && $objRule->productRestrictions != 'none') {