Commit 58006cbf authored by mjadhav's avatar mjadhav

add message query for customer stock replenishment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98772 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce9a6a55
......@@ -535,6 +535,17 @@ VALUES ('VTPRISVLD', 'Invalid Primary Sales','Invalid Primary Sales', 'E', 'Y',
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTCLSZERO', 'Invalid Closing Stock','Invalid Closing Stock,Closing Stock cannot be zero', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTCUST2', 'Invalid Customer Code','Invalid Customer Code,Customer Code should not be channel partner', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
......
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