Skip to content

Fix for #214: Multiple autodiscounts only applies first discount.

bgm requested to merge github/fork/kewljuice/patch-1 into master

Created by: kewljuice

I commented out: 'break;' so that the script loops all the auto discounts and uses the discount with the highest value.

Merge request reports