← Back to team overview

openerp-india team mailing list archive

[Bug 1249483] [NEW] [v6.1] When printing product labels, the barcode is populated with Reference data instead of EAN13 data.

 

Public bug reported:

In product/report/product_label.xsl, line 73:
<barCode><xsl:value-of select="code"/></barCode>
should be:
<barCode><xsl:value-of select="ean13"/></barCode>

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1249483

Title:
  [v6.1] When printing product labels, the barcode is populated with
  Reference data instead of EAN13 data.

Status in OpenERP Addons (modules):
  New

Bug description:
  In product/report/product_label.xsl, line 73:
  <barCode><xsl:value-of select="code"/></barCode>
  should be:
  <barCode><xsl:value-of select="ean13"/></barCode>

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1249483/+subscriptions


Follow ups

References