MT#5879 Detailes with renamed zonecalls.

ipeshinskaya/InvoiceTemplate5
Irina Peshinskaya 11 years ago committed by Victor Seva
parent ed6861b597
commit 5869b32e92

@ -424,7 +424,7 @@
</thead>
<tbody>
[%# Dumper.dump_html(zonecalls_rs.as_query)%]
[% FOR call IN zonecalls_rs -%]
[% FOR call IN invoice_details -%]
[%IF call.1; call = call.1; END%]
[% total_number = total_number + call.get_column('number') %]
[% total_duration = total_duration + call.get_column('duration') %]

@ -113,12 +113,13 @@ function handleSaveSvgData(data, error) {
[%
clearHelper();
helper.name = c.loc('Invoice Details');
helper.name_single = c.loc('Invoice Record');
helper.identifier = 'invoice_details';
initHelperAuto();
PROCESS 'helpers/datatables.tt';
#while we don't due to local
# clearHelper();
# helper.name = c.loc('Invoice Details');
# helper.name_single = c.loc('Invoice Record');
# helper.identifier = 'invoice_details';
# initHelperAuto();
# PROCESS 'helpers/datatables.tt';
-%]
<table class="table table-bordered table-striped table-highlight table-hover">

Loading…
Cancel
Save