diff options
| author | jeff <jeff> | 2010-08-31 17:41:24 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2010-08-31 17:41:24 +0000 |
| commit | 080c42eda4e4b94fc588b284a7f770d427c57fea (patch) | |
| tree | 7231399ebe9105a1f1e7cc4291c1ef03d1fa0eb0 /httemplate/search/report_cust_pay.html | |
| parent | 86f48cd03787ab34fffc47c6060027818e6b86b0 (diff) | |
tax names on payment search report #9760
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
| -rw-r--r-- | httemplate/search/report_cust_pay.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 1dc1d7a7d..8d41c802d 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -96,6 +96,14 @@ ) %> + <% include( '/elements/tr-checkbox.html', + 'label' => 'Include tax names', + 'field' => 'tax_names', + 'value' => 1, + ) + %> + + </TABLE> <BR> |
