Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043101Retail ModulesWeb POSpublic2020-02-03 15:502020-02-10 09:28
nicola_uva 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
pi 
piRR20Q2 
guilleaer
No
0043101: OrderLoaderPreAddShipmentLineHook runs only the first hook
The hook is invoked only one time, so we can't have more that one implementation.
1) Create a new module
2) Create two new classes that extend OrderLoaderPreAddShipmentLineHook
3) It is simple verify that is invoked only one implementation
Change ShipmentUtils.executeOrderLoaderPreAddShipmentLineHook removing the return from the for.
No tags attached.
diff prop_solution.diff (826) 2020-02-03 18:03
https://issues.openbravo.com/file_download.php?file_id=13963&type=bug
Issue History
2020-02-03 15:50nicola_uvaNew Issue
2020-02-03 15:50nicola_uvaAssigned To => Retail
2020-02-03 15:50nicola_uvaTriggers an Emergency Pack => No
2020-02-03 16:24martinsdanIssue Monitored: martinsdan
2020-02-03 16:38martinsdanProposed Solution updated
2020-02-03 18:03nicola_uvaFile Added: prop_solution.diff
2020-02-03 18:04nicola_uvaResolution time => 1581634800
2020-02-04 10:49ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-02-04 11:28ranjith_qualiantech_comStatusnew => scheduled
2020-02-05 16:34hgbotCheckin
2020-02-05 16:34hgbotNote Added: 0117478
2020-02-05 16:34hgbotStatusscheduled => resolved
2020-02-05 16:34hgbotResolutionopen => fixed
2020-02-05 16:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/163abebc26048f9670ebb5d5ae56a9c4ba41ab6f [^]
2020-02-10 09:28guilleaerReview Assigned To => guilleaer
2020-02-10 09:28guilleaerStatusresolved => closed
2020-02-10 09:28guilleaerFixed in Version => RR20Q2

Notes
(0117478)
hgbot   
2020-02-05 16:34   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 163abebc26048f9670ebb5d5ae56a9c4ba41ab6f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Feb 05 21:04:32 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/163abebc26048f9670ebb5d5ae56a9c4ba41ab6f [^]

Fixed issue 43101 : Response should be returned for OrderLoaderPreAddShipmentLineHook

---
M src/org/openbravo/retail/posterminal/utility/ShipmentUtils.java
---