Commit 8c79685a authored by caluka's avatar caluka

change NEXT button method for Material Requirement wizard Transaction[MF3KSUN005]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95919 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0c8f4dc0
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
<input type="hidden" value="" name="action" id="action" /> <input type="hidden" value="" name="action" id="action" />
<input type="submit" style="cursor:hand" value="Previous" id="Previous" name="Previous" title='' onclick="javascript:setActionVal('previous')"/> <input type="submit" style="cursor:hand" value="Previous" id="Previous" name="Previous" title='' onclick="javascript:setActionVal('previous')"/>
<input type="submit" style="cursor:hand" value="Next" id="Next" name="Next" title='' onclick="javascript:setActionVal('next')"/> <input type="submit" style="cursor:hand" value="Next" id="Next" name="Next" title='' onclick="return setActionValPrc('next')"/>
<input type="button" style="cursor:hand" class="tableClass" value="Add" onclick="addRow('travelTable')" /> <input type="button" style="cursor:hand" class="tableClass" value="Add" onclick="addRow('travelTable')" />
<input type="button" style="cursor:hand" class="tableClass" value="Delete" onclick="deleteRowRecord('travelTable')" /> <input type="button" style="cursor:hand" class="tableClass" value="Delete" onclick="deleteRowRecord('travelTable')" />
......
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