Notes |
|
(0120709)
|
hgbot
|
2020-06-05 13:35
|
|
Repository: erp/pmods/org.openbravo.retail.discounts.coupons
Changeset: 0cfbde1bb515b4b4e0ece8fda02669e754437e45
Author: Prakash M <prakash <at> qualiantech.com>
Date: Fri Jun 05 17:02:52 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons/rev/0cfbde1bb515b4b4e0ece8fda02669e754437e45 [^]
Related to BUG-44290: Coupons are not linked to the discount in the order when used
* This is because coupon details structure in jsonorder is changed
* Coupons are placed inside discountsFromUser object.
* So fixed by fetching coupons from discountsFromUser object in jsonorder
---
M src/org/openbravo/retail/discounts/coupons/OrderLoaderHookCoupons.java
---
|
|
|
(0120717)
|
hgbot
|
2020-06-06 07:29
|
|
Repository: tools/automation/pi-mobile
Changeset: ba4f6da445e13b6d4eddc34108dcfc760008bbfe
Author: Prakash M <prakash <at> qualiantech.com>
Date: Sat Jun 06 10:58:07 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ba4f6da445e13b6d4eddc34108dcfc760008bbfe [^]
Related to BUG-44290: Included coupon code verification in CheckCouponsDiscounts test
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_coupons/CheckCouponsDiscounts.java
---
|
|
|
|
|
|
(0121014)
|
hgbot
|
2020-06-24 10:35
|
|
Repository: erp/pmods/org.openbravo.retail.discounts.coupons
Changeset: c845585d599a80c10089dfdb717e0d4856819cb9
Author: Prakash M <prakash <at> qualiantech.com>
Date: Wed Jun 24 14:04:54 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.coupons/rev/c845585d599a80c10089dfdb717e0d4856819cb9 [^]
Fixed BUG-44290: Coupons are not linked to the discount in the order when used
* This is because coupon details structure in jsonorder is changed
* Coupons are placed inside discountsFromUser object.
* So fixed by fetching coupons from discountsFromUser object in jsonorder
* Fixed in PreOrderLoaderHookCoupons as well
---
M src/org/openbravo/retail/discounts/coupons/PreOrderLoaderHookCoupons.java
---
|
|