openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01153
lp:~alejandrosantana/ocb-addons/6.1-ocb-addons-fix-product-label-barcode-populated-with-wrong-data into lp:ocb-addons
Alejandro Santana has proposed merging lp:~alejandrosantana/ocb-addons/6.1-ocb-addons-fix-product-label-barcode-populated-with-wrong-data into lp:ocb-addons.
Commit message:
[FIX] Fixes product label report barcode field: When printing product labels, the barcode is populated with Reference data instead of EAN13 data. Fixes bug: https://bugs.launchpad.net/openobject-addons/+bug/1249483
Requested reviews:
OpenERP Community Backports Team (ocb)
For more details, see:
https://code.launchpad.net/~alejandrosantana/ocb-addons/6.1-ocb-addons-fix-product-label-barcode-populated-with-wrong-data/+merge/194604
[FIX] Fixes product label report barcode field: When printing product labels, the barcode is populated with Reference data instead of EAN13 data. Fixes bug: https://bugs.launchpad.net/openobject-addons/+bug/1249483
This fix set the correct variable to barcode, changing:
<barCode><xsl:value-of select="code"/></barCode>
with:
<barCode><xsl:value-of select="ean13"/></barCode>
--
https://code.launchpad.net/~alejandrosantana/ocb-addons/6.1-ocb-addons-fix-product-label-barcode-populated-with-wrong-data/+merge/194604
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~alejandrosantana/ocb-addons/6.1-ocb-addons-fix-product-label-barcode-populated-with-wrong-data into lp:ocb-addons.
Follow ups