← Back to team overview

openerp-india team mailing list archive

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

 

Public bug reported:

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

** 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/1244692

Title:
  Product Name does not show when Print Products Labels

Status in OpenERP Addons (modules):
  New

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


Follow ups

References