diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-26 01:38:47 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-26 01:38:47 +0000 |
commit | be0fdf68acb96cd021608564fa3c7c40803fdee2 (patch) | |
tree | 73c4d574e0236d30964b964c57debfbfe6929195 /UI | |
parent | a316a97097bf8bcf9a4f809faf30dd756e60563d (diff) |
Removing some hidden inputs from the payment details screen.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2343 4979c152-3d1c-0410-bac9-87ea11338e46
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"> |