You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by su...@apache.org on 2019/03/30 12:42:31 UTC

svn commit: r1856617 - /ofbiz/ofbiz-framework/trunk/applications/product/template/product/ProductBarCode.fo.ftl

Author: surajk
Date: Sat Mar 30 12:42:31 2019
New Revision: 1856617

URL: http://svn.apache.org/viewvc?rev=1856617&view=rev
Log:
Fixed: Error message is populating while clicking on product barcode.
(OFBIZ-10743)
Used code128 to generate product barcode.
Thanks Ashish Sharma for reporting, everyone who participated in discussion and Pawan Verma for providing the patch.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/template/product/ProductBarCode.fo.ftl

Modified: ofbiz/ofbiz-framework/trunk/applications/product/template/product/ProductBarCode.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/product/ProductBarCode.fo.ftl?rev=1856617&r1=1856616&r2=1856617&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/template/product/ProductBarCode.fo.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/template/product/ProductBarCode.fo.ftl Sat Mar 30 12:42:31 2019
@@ -38,10 +38,10 @@ under the License.
                 <fo:instream-foreign-object>
                     <barcode:barcode xmlns:barcode="http://barcode4j.krysalis.org/ns"
                                      message="${productId}">
-                        <barcode:code39>
+                        <barcode:code128>
                             <barcode:height>0.75in</barcode:height>
                             <barcode:module-width>.375mm</barcode:module-width>
-                        </barcode:code39>
+                        </barcode:code128>
                         <barcode:human-readable>
                             <barcode:placement>bottom</barcode:placement>
                             <barcode:font-name>Helvetica</barcode:font-name>