Openbravo Issue Tracking System - Retail Modules | ||||||||||||
| View Issue Details | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0028419 | Retail Modules | Web POS | public | 2014-12-16 01:33 | 2014-12-16 17:11 | |||||||
| Reporter | mtaal | |||||||||||
| Assigned To | mtaal | |||||||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
| Status | closed | Resolution | fixed | |||||||||
| Platform | OS | 5 | OS Version | |||||||||
| Product Version | ||||||||||||
| Target Version | RR15Q1 | Fixed in Version | RR15Q1 | |||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | malsasua | |||||||||||
| OBNetwork customer | No | |||||||||||
| Support ticket | ||||||||||||
| Regression level | ||||||||||||
| Regression date | ||||||||||||
| Regression introduced in release | ||||||||||||
| Regression introduced by commit | ||||||||||||
| Triggers an Emergency Pack | No | |||||||||||
| Summary | 0028419: Module script 26444 not running as preference check is incorrect | |||||||||||
| Description | See the modulescript of the related issue. This changeset: https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/29e8b1f5fcf2b7d3ee0fbf84c34ab4a3a2fe4c8c#l3.7 [^] There is this code: String isFixed = FixDataIssue26444Data.selectExistsPreference(cp); if (isFixed.equals("0")) { return; } The FixDataIssue26444Data.selectExistsPreference returns 1 if the preference exists and 0 if it does not exist. In this case the isFixed check should be on "1" and not "0". | |||||||||||
| Steps To Reproduce | Check if the result is 1 instead of 0. If it is 1 then do not run the modulescript. | |||||||||||
| Proposed Solution | ||||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Relationships |
| |||||||||||
| Attached Files | ||||||||||||
| Issue History | ||||||||||||
| Date Modified | Username | Field | Change | |||||||||
| 2014-12-16 01:33 | mtaal | New Issue | ||||||||||
| 2014-12-16 01:33 | mtaal | Assigned To | => mtaal | |||||||||
| 2014-12-16 01:33 | mtaal | OBNetwork customer | => No | |||||||||
| 2014-12-16 01:33 | mtaal | Triggers an Emergency Pack | => No | |||||||||
| 2014-12-16 01:33 | mtaal | Relationship added | related to 0026444 | |||||||||
| 2014-12-16 01:34 | hgbot | Checkin | ||||||||||
| 2014-12-16 01:34 | hgbot | Note Added: 0072530 | ||||||||||
| 2014-12-16 01:34 | hgbot | Status | new => resolved | |||||||||
| 2014-12-16 01:34 | hgbot | Resolution | open => fixed | |||||||||
| 2014-12-16 01:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d025f0a3916f91162610f37364807ec1041e1663 [^] | |||||||||
| 2014-12-16 10:51 | hgbot | Checkin | ||||||||||
| 2014-12-16 10:51 | hgbot | Note Added: 0072541 | ||||||||||
| 2014-12-16 10:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d025f0a3916f91162610f37364807ec1041e1663 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e154a8439a6009911ba88167a2a7dd2594dc5672 [^] | |||||||||
| 2014-12-16 11:13 | hgbot | Checkin | ||||||||||
| 2014-12-16 11:13 | hgbot | Note Added: 0072542 | ||||||||||
| 2014-12-16 11:13 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e154a8439a6009911ba88167a2a7dd2594dc5672 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fd90c9d353fd5bf2b1ac7bfc8b73a13d24c73a7d [^] | |||||||||
| 2014-12-16 17:11 | malsasua | Review Assigned To | => malsasua | |||||||||
| 2014-12-16 17:11 | malsasua | Note Added: 0072568 | ||||||||||
| 2014-12-16 17:11 | malsasua | Status | resolved => closed | |||||||||
| 2014-12-16 17:11 | malsasua | Fixed in Version | => RR15Q1 | |||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||