JM
03/12/2021, 6:28 AMlayout += '<td align="left" font-size="7pt"><barcode codetype="qrcode" height="100px" width="100px" showtext="true" value="Product Code:'+itemcode+'Product Name:'+itemcode+'Product Description:'+itemcode+'Date Delivered:'+itemcode+'Price:'+itemcode+'"/></td>';
Current output for this one is: Product Code:ITEM4Product Name:ITEM4Product Description:ITEM4Date DeliveredITEM4PriceITEM4
Desired output:
Product Code:ITEM4
Product Name:ITEM4
Product Description:ITEM4
Date Delivered:ITEM4
Price:ITEM4battk
03/12/2021, 7:16 AMJM
03/12/2021, 10:37 AMNilesh Patil
03/12/2021, 10:50 AM