requisitionlistapproval.php edited online with Bitbucket
This commit is contained in:
parent
02c4bc5e3b
commit
9ac7875e35
@ -238,7 +238,7 @@
|
||||
|
||||
?>
|
||||
<td contenteditable="true"><input type="text" id="Remarks<?php echo $index ?>" name="Remarks<?php echo $index ?>"class="form-control" maxlength="100"></td>
|
||||
<td data-name="sel" contenteditable="true" id="Action<?php echo $index ?>" onchange="saveToDatabase(this,'question','<?php echo $record->ReqNo ; ?>','<?php echo $index ; ?>')">
|
||||
<td data-name="sel" id="Action<?php echo $index ?>" onchange="saveToDatabase(this,'question','<?php echo $record->ReqNo ; ?>','<?php echo $index ; ?>')">
|
||||
<select name="status<?php echo $index ?>" id="status<?php echo $index ?>">
|
||||
<option value="1">Select Action</option>
|
||||
<option value="2">Approve</option>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user