Commit c5e8f40b authored by ppatro's avatar ppatro

Chnaged by Pragyan WMS message Changes 30/03/13


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92901 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 490c2633
......@@ -177,7 +177,7 @@ public class PalletMergeIC extends ValidatorEJB implements PalletMergeICLocal, P
}
if( count == 0 )
{
errString = getErrorString("pallet_no","VTPLTNO",userId);
errString = getErrorString("pallet_no","INVTRANSTG",userId);
break;
}
if(pstmt != null)
......
......@@ -37729,6 +37729,37 @@ VALUES (
---Chnaged by sankara WMS Label Changes 30/03/13 ----
UPDATE ITM2MENU SET DESCR='Sales Return From RMA' WHERE WIN_NAME='w_salesreturn_wiz';
UPDATE OBJ_FORMS SET TITLE='Sales Return (SRM)' WHERE WIN_NAME='w_salesreturn_wiz' and form_no='1';
---Chnaged by Pragyan Message change 30/03/13 ----
INSERT INTO MESSAGES (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt ,
msg_time ,
alarm ,
err_source ,
chg_date ,
chg_user ,
chg_term ,
override_input,
mail_option )
VALUES (
'INVTRANSTG',
'Invalid Transaction Stat',
'All task not completed(despatch detail is not populated)',
'E',
'E',
NULL,
NULL,
NULL,
TO_DATE('13-02-2008 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'BASE',
'BASE',
NULL,
NULL);
commit;
commit;
......
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