summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-10-14 17:03:24 -0700
committerIvan Kohler <ivan@freeside.biz>2017-10-14 17:03:24 -0700
commitc07b79440c6f6763c7c76c8d107c7f32d80e302e (patch)
tree7fe4b88b62c80b2e3e9b916dab649be8fe43f24c /httemplate/view/cust_bill.cgi
parent5ace53e54be228bdcbaaeaf5527a7ea3abf4951b (diff)
show compliance solutions JSON, RT#77789
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-xhttemplate/view/cust_bill.cgi12
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>