Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033070Retail ModulesWeb POSpublic2016-05-27 13:472016-06-15 19:15
shuehner 
mario_castello 
lowtrivialhave not tried
closedfixed 
5
 
 
marvintm
No
0033070: Unused variables in pl code
This module has a pl function obpos_fixissue25555

which declares 2 variables but never uses them.
-
Delete the unused variables
No tags attached.
diff 33070.diff (778) 2016-05-27 13:47
https://issues.openbravo.com/file_download.php?file_id=9446&type=bug
Issue History
2016-05-27 13:47shuehnerNew Issue
2016-05-27 13:47shuehnerAssigned To => Retail
2016-05-27 13:47shuehnerTriggers an Emergency Pack => No
2016-05-27 13:47shuehnerFile Added: 33070.diff
2016-05-27 13:47shuehnerNote Added: 0086785
2016-06-02 17:49OrekariaStatusnew => acknowledged
2016-06-03 23:06mario_castelloAssigned ToRetail => mario_castello
2016-06-07 16:24hgbotCheckin
2016-06-07 16:24hgbotNote Added: 0087066
2016-06-07 16:24hgbotStatusacknowledged => resolved
2016-06-07 16:24hgbotResolutionopen => fixed
2016-06-07 16:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ec3c157b407c50eab9e797a4f869de3898b3eb00 [^]
2016-06-15 19:15marvintmReview Assigned To => marvintm
2016-06-15 19:15marvintmStatusresolved => closed

Notes
(0086785)
shuehner   
2016-05-27 13:47   
Note: When checking code careful pl is case-insensitive. So when checking for users of the variable search without checking case for its name.
(0087066)
hgbot   
2016-06-07 16:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ec3c157b407c50eab9e797a4f869de3898b3eb00
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Jun 03 14:42:43 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ec3c157b407c50eab9e797a4f869de3898b3eb00 [^]

Fixed issue 33070: Delete unused variables in pl code

---
M src-db/database/model/functions/OBPOS_FIXISSUE25555.xml
---