Commit 657b4529 authored by arawankar's avatar arawankar

Added sql file and xsl file for purchase contract release component:

1.Added selection opt in obj form for form_no = 2 in sql RC_Release.sql
2.Changes made in xsl file , to make max qty as editable

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182421 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8085cbd5
SET DEFINE OFF;
------Added by Anjali R. on[21/03/2018][To give check box on each detail row][Start]-----------
update obj_forms set selection_opt= '0' where win_name = 'w_rc_release' and form_no='2';
COMMIT;
------Added by Anjali R. on[21/03/2018][To give check box on each detail row][End]-----------
\ No newline at end of file
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