svn commit: r1859012 - /ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1859012 - /ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml

jleroux@apache.org
Author: jleroux
Date: Thu May  9 14:32:35 2019
New Revision: 1859012

URL: http://svn.apache.org/viewvc?rev=1859012&view=rev
Log:
Fixed: Touch F8 in webpos does not work and generate an error
(OFBIZ-11010)

Adds missing data for POS_SALES_CHANNEL fix this issue, was removed in r1754402.

Thanks: Pawan Verma

Modified:
    ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml

Modified: ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml?rev=1859012&r1=1859011&r2=1859012&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/webpos/data/PosTypeData.xml Thu May  9 14:32:35 2019
@@ -26,4 +26,6 @@ under the License.
     <StatusItem description="PaidIn" sequenceId="30" statusCode="PAID_IN" statusId="POSTX_PAID_IN" statusTypeId="POSTX_STATUS"/>
     <StatusItem description="PaidOut" sequenceId="40" statusCode="PAID_OUT" statusId="POSTX_PAID_OUT" statusTypeId="POSTX_STATUS"/>
     <StatusItem description="Closed" sequenceId="50" statusCode="CLOSED" statusId="POSTX_CLOSED" statusTypeId="POSTX_STATUS"/>
+
+    <Enumeration description="POS Channel" enumCode="POS_CHANNEL" enumId="POS_SALES_CHANNEL" sequenceId="02" enumTypeId="ORDER_SALES_CHANNEL"/>
 </entity-engine-xml>