diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-10 22:01:43 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-10 22:01:43 +0000 |
commit | 7a76d707f867198fbdb60e1b405c46c13b00afd4 (patch) | |
tree | 7703edf730315869163927e060c3bb2940a0376d /UI/payments | |
parent | 3f25d79c760249d37e9414a41f1c94731f40d283 (diff) |
Fixing trial balance to filter all areas of unapproved transactions
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2035 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/payments')
-rw-r--r-- | UI/payments/payments_detail.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UI/payments/payments_detail.html b/UI/payments/payments_detail.html index 1e75c603..6419be4b 100644 --- a/UI/payments/payments_detail.html +++ b/UI/payments/payments_detail.html @@ -285,6 +285,12 @@ class = "submit" name = 'action' } ?> + <?lsmb INCLUDE button element_data = { + text = text('Add Payment Fees') # ' + value = 'paycom_add_fees' + class = 'submit' + name = 'action' + } ?> </form> </body> </html> |