Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / rp / aging_ar_bottom.html
1 [%- USE T8 %]
2 [% USE HTML %][%- USE L -%] <input type="hidden" name="rowcount" value="[% HTML.escape(row_idx) %]">
3
4  <input type="hidden" name="todate" value="[% HTML.escape(todate) %]">
5  <input type="hidden" name="fromdate" value="[% HTML.escape(fromdate) %]">
6  <input type="hidden" name="title" value="[% HTML.escape(title) %]">
7  <input type="hidden" name="arap" value="[% HTML.escape(arap) %]">
8  <input type="hidden" name="ct" value="[% HTML.escape(ct) %]">
9  <input type="hidden" name="customer" value="[% HTML.escape(customer) %]">
10  <input type="hidden" name="vendor" value="[% HTML.escape(vendor) %]">
11  <input type="hidden" name="department" value="[% HTML.escape(department) %]">
12  [% L.hidden_tag("formname", "statement") %]
13
14 <div id="email_inputs" class="hidden"></div>
15 <div id="print_options" class="hidden">
16  [% PRINT_OPTIONS %]
17 </div>
18 </form>
19
20 </form>
21 <div id="print_dialog" class="hidden">
22  [%- PROCESS 'common/_print_dialog.html' %]
23 </div>