Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #38490 All Revisions ] Back to Issue ]
Summary 0038490: Empty error message is shown when processing a stock reservation without available stock and without attribute set value
Revision 2018-05-04 12:37 by ngarcia
Description Empty error message is shown when processing a stock reservation without available stock and without attribute set value

The problem is in M_RESERVATION_POST database function:

RAISE EXCEPTION '%', '@NotEnoughAvailableStock@ : ' || cur_not_available.locatorName || ' - ' || cur_not_available.attributeName;

The description for '0' record is empty in m_attributesetinstance table and a null value is being concatenated with the message
Revision 2018-05-04 12:35 by ngarcia
Description Empty error message is shown when processing a stock reservation without available stock and without attribute set value

The problem is in M_RESERVATION_POST database function:

RAISE EXCEPTION '%', '@NotEnoughAvailableStock@ : ' || cur_not_available.locatorName || ' - ' || cur_not_available.attributeName;

The description for '0' record is empty in m_attributesetinstance_id table and a null value is being concatenated with the message


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker