Commit b9493f0b authored by vkadam's avatar vkadam

Validation for :- In PO amendment line_no__ord '0' (zero) should not be allowed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96852 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ef3439e6
...@@ -50065,6 +50065,12 @@ values ('VQTMLINTQT','Required proper Quantity','Entered Quantity in not in mult ...@@ -50065,6 +50065,12 @@ values ('VQTMLINTQT','Required proper Quantity','Entered Quantity in not in mult
----END chnage by VALLABH KADAM on 18-NOV-14 for Sale Order Form POINT NO:- 22------- ----END chnage by VALLABH KADAM on 18-NOV-14 for Sale Order Form POINT NO:- 22-------
--- Validation form In PO amendment line_no__ord '0' (zero) should not be allowed VALLABH KADAM 20-NOV-14---
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTINVPOLIN', 'Invalid PO Line NO!', 'PO Line NO is not valid.', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
--- Validation form In PO amendment line_no__ord '0' (zero) should not be allowed VALLABH KADAM 20-NOV-14 END---
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment