Commit 2092242d authored by msharma's avatar msharma

Remarks2 and Remarks3 columns are added in SORDFORM


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96513 ce508802-f39f-4f6c-b175-0d175dae99d5
parent feefa0f1
......@@ -49815,6 +49815,11 @@ VALUES ('sordform_tr',1,'contract_number',NULL);
--End Changed start by Dhanraj on 22-SEP-14 For Packing masters and stockTransfer in head version .[W14FSUN003]
--SQL added by Manoj dtd 01/10/2014 to store Ship mark1 and shipmark2 in SOF
ALTER TABLE SORDFORM ADD REMARKS2 VARCHAR2(100);
ALTER TABLE SORDFORM ADD REMARKS3 VARCHAR2(100);
--Ended by Manoj dtd 01/10/2014 to store Ship mark1 and shipmark2 in SOF
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