X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fcust_main%2Fpayment_history%2Fvoided_invoice.html;h=a64501fc07a021076b173f6541c20899876822bd;hb=e9d371c33b5f53fd078c5f5a7d93e5c36743c8bc;hp=f9ff3079aaee7553dd64d3bddd93f88c13bfe7cc;hpb=c09066ef7930f5190cc91f42ab66b33c2d15f643;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history/voided_invoice.html b/httemplate/view/cust_main/payment_history/voided_invoice.html index f9ff3079a..a64501fc0 100644 --- a/httemplate/view/cust_main/payment_history/voided_invoice.html +++ b/httemplate/view/cust_main/payment_history/voided_invoice.html @@ -1,9 +1,15 @@ <% $link %><% $invoice %><% $link ? '' : '' %> -<% mt("voided [_1]", time2str($date_format, $cust_bill_void->void_date) ) |h %> +voided % my $void_user = $cust_bill_void->void_access_user; % if ($void_user) { - by <% $void_user->username %> + by <% $void_user->username %> % } +% my $reason = $cust_bill_void->reason; +% if ($reason) { + (<% $reason %>) +% } +<% mt("on [_1]", time2str($date_format, $cust_bill_void->void_date) ) |h %> + <% "$unvoid$delete$under" %> <%init>