diff options
Diffstat (limited to 'UI')
-rw-r--r-- | UI/payments/payments_detail.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/UI/payments/payments_detail.html b/UI/payments/payments_detail.html index 2c486e58..2fc92804 100644 --- a/UI/payments/payments_detail.html +++ b/UI/payments/payments_detail.html @@ -243,17 +243,7 @@ <?lsmb icount = icount + 1 ?> <tr> <td class="invoice_date_list"> <?lsmb i.2 ?></td> - <input - name = "<?lsmb "invdate_$i.0" ?>" - type = "hidden" - value = "<?lsmb i.2 ?>" - /> <td class="invoice_list"> <?lsmb i.1 ?></td> - <input - name = "<?lsmb "invnumber_$i.0" ?>" - type = "hidden" - value = "<?lsmb i.1 ?>" - } ?> <td class="total_due_list"> <?lsmb i.3 ?></td> <td class="paid_list"> |