← Back to team overview

openerp-india team mailing list archive

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

 

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)

** Summary changed:

- Product Name does not show when Print Products Labels 
+ [trunk/7.0]Product Name does not show when Print Products Labels

-- 
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 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/openobject-addons/+bug/1244692/+subscriptions


References