[%- BLOCK customer %]
<tr>
<th align=right nowrap>[% 'Customer' | $T8 %]</th>
- <td colspan=3>[% L.customer_picker('customer_id') %]</td>
+ <td colspan=3>[% L.customer_vendor_picker('customer_id', '', type='customer') %]</td>
</tr>
[%- END %]
[%- BLOCK projectnumber %]
[% INCLUDE projectnumber %]
<input type=hidden name=nextsub value=generate_projects>
<tr>
- <th align=right>[% 'as at' | $T8 %]</th>
+ <th align=right>[% 'From' | $T8 %]</th>
<td> [% L.date_tag('fromdate', fromdate, class='initial_focus') %]</td>
- <th align=right nowrap>[% 'Compare to' | $T8 %]</th>
+ <th align=right nowrap>[% 'Bis' | $T8 %]</th>
<td>[% L.date_tag('todate') %]</td>
</tr>
</table>
</tr>
[%- END %]
+ [%- IF is_income_statement_ch %]
+[%- PROCESS projectnumber %]
+ <input type=hidden name=nextsub value=generate_income_statement_ch>
+</table>
+<table>
+[%- PROCESS customized_report %]
+[%- PROCESS cash_or_accrual %]
+ <tr>
+ <th align=left nowrap>[% 'Include in Report' | $T8 %]</th>
+ <td><input name=l_cb class=checkbox type=checkbox value=Y> [% 'CB Transactions' | $T8 %]</td>
+ </tr>
+[%- END %]
+
+
[%- IF is_bwa %]
[%- PROCESS projectnumber %]
<input type=hidden name=nextsub value=generate_bwa>