Project:
View Revisions: Issue #38149 | [ Back to Issue ] | ||
Summary | 0038149: Wrong error message shown when trying to edit a product without stock but lot of order lines pending to be shipped/receipt | ||
Revision | 2018-03-15 11:01 by ngarcia | ||
Steps To Reproduce | Having lot of pending sales orders to be shipped for a product: "Document Type name + Document number"... should be longer than 2000 characters Go to Product window and set an Attribute Set to the product Check the following error message is shown: "There is no data or there is not default parent tree node product in the tab Client info" The real error is ERROR: value too long for type character varying(2000) Where: PL/pgSQL function m_product_trg() line 119 at assignment |
||
Revision | 2018-03-15 11:00 by ngarcia | ||
Steps To Reproduce | Having lot of pending sales orders to be shipped for a product: "Product name + Document number"... should be longer than 2000 characters Go to Product window and set an Attribute Set to the product Check the following error message is shown: "There is no data or there is not default parent tree node product in the tab Client info" The real error is ERROR: value too long for type character varying(2000) Where: PL/pgSQL function m_product_trg() line 119 at assignment |
Copyright © 2000 - 2009 MantisBT Group |