ActionBar: Verwendung bei »offene Forderungen/Verbindlichkeiten«
[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="title" value="[% HTML.escape(title) %]">
6  <input type="hidden" name="arap" value="[% HTML.escape(arap) %]">
7  <input type="hidden" name="ct" value="[% HTML.escape(ct) %]">
8  <input type="hidden" name="customer" value="[% HTML.escape(customer) %]">
9  <input type="hidden" name="vendor" value="[% HTML.escape(vendor) %]">
10  <input type="hidden" name="department" value="[% HTML.escape(department) %]">
11  [% L.hidden_tag("formname", "statement") %]
12
13 <div id="email_inputs" class="hidden"></div>
14 <div id="print_options" class="hidden">
15  [% PRINT_OPTIONS %]
16 </div>
17 </form>
18
19 </form>
20 <div id="print_dialog" class="hidden">
21  [%- PROCESS 'common/_print_dialog.html' %]
22 </div>