← Back to team overview

openerp-india team mailing list archive

[Bug 1244692] Re: [trunk/7.0]Product Name does not show when Print Products Labels

 

** Also affects: ocb-addons
   Importance: Undecided
       Status: New

** Also affects: ocb-addons/7.0
   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/1244692

Title:
  [trunk/7.0]Product Name does not show when Print Products Labels

Status in OpenERP Community Backports (Addons):
  New
Status in OpenERP Community Backports (Addons) 7.0 series:
  New
Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  The bug is in "product/report/product_label.xsl" a $ is missing from the substring expression. Need to change
  substring(product, 1, pmaxChars) to substring(product, 1, $pmaxChars). This change will make 80 characters of the product name appear on the label. No need to restart openerp  for it to work.

  Cheers
  Charles

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


References