diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-10-14 17:03:24 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-10-14 17:03:24 -0700 |
| commit | c07b79440c6f6763c7c76c8d107c7f32d80e302e (patch) | |
| tree | 7fe4b88b62c80b2e3e9b916dab649be8fe43f24c /httemplate/view/cust_bill.cgi | |
| parent | 5ace53e54be228bdcbaaeaf5527a7ea3abf4951b (diff) | |
show compliance solutions JSON, RT#77789
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
| -rwxr-xr-x | httemplate/view/cust_bill.cgi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index e35d7f1cf..762eec033 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -171,6 +171,18 @@ function change_invoice_mode(obj) { &> % $br++; % } +% if ( $cust_bill->taxengine_request ) { # inefficient +<% $br ? '|' : '' %> +<& /elements/popup_link.html, + 'action' => 'cust_bill-taxengine_request.html?invnum=' . $cust_bill->invnum, + 'label' => mt('View raw tax engine request'), + 'actionlabel' => mt('Tax engine request'), + 'width' => 1050, + 'height' => 600, + 'title' => emt('Tax engine request'), +&> +% $br++; +% } <BR><BR> |
