credit payment function
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
<!-- Column One -->
|
||||
<!-- script data for credit lists -->
|
||||
<script type="text/html" id="html_credit_items">
|
||||
<tr class="row_{key} credit_detail" data-id="{sale_payment_id}">
|
||||
<tr class="row_{key} credit_detail" data-id="{sale_id}">
|
||||
<td>{receipt_date}</td>
|
||||
<td>{receipt_no}</td>
|
||||
<td>{cashier_name}</td>
|
||||
|
||||
@@ -736,7 +736,7 @@
|
||||
|
||||
<!-- script data for credit lists -->
|
||||
<script type="text/html" id="html_credit_items">
|
||||
<tr class="row_{key} credit_detail" data-id="{sale_payment_id}">
|
||||
<tr class="row_{key} credit_detail" data-id="{sale_id}">
|
||||
<td>{receipt_date}</td>
|
||||
<td>{receipt_no}</td>
|
||||
<td>{cashier_name}</td>
|
||||
|
||||
Reference in New Issue
Block a user