allow and disallow multiple payment
This commit is contained in:
@@ -199,7 +199,7 @@ function calculateAmount() {
|
||||
|
||||
<small>Total:</small>
|
||||
<input type="text" class="total_amount" value="' . $total_amount . '" disabled style="width:50px;border:1px solid red">
|
||||
|
||||
<input type="hidden" name="allowMultiple" value="'.($row['allowMultiple'] == 0 ? 0 : 1).'">
|
||||
<input type="submit" class="btn-info" value="Receive" onclick="sendData(event)">
|
||||
</td>
|
||||
</tr>
|
||||
@@ -215,6 +215,7 @@ function calculateAmount() {
|
||||
<small>Total:</small>
|
||||
<input type="text" id="total_amount" value="'.$row['AA_INSTALLMENT'].'" disabled style="width:50px;">
|
||||
<input type="hidden" id="hidden_total_amount" name="add_i" value="'.$row['AA_INSTALLMENT'].'">
|
||||
<input type="hidden" name="allowMultiple" value="'.($row['allowMultiple'] == 0 ? 0 : 1).'">
|
||||
<input type="submit" class="btn-info" value="Receive" onclick="sendData(event)">';
|
||||
echo '</form></td></tr>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user