--- /dev/null
+{include file='admin/billing/header.html'}
+
+{include file='admin/billing/subHeader.html'}
+
+<h2>Bulk Create Invoices</h2>
+Test
+
+{include file='admin/footer.html'}
class="nav-tab{if $option == 'list'} nav-tab-active{/if}">Search Invoices</a>
<a href="{$thisUrl}?page=glm-members-admin-menu-billing&glm_action=invoices&option=add"
class="nav-tab{if $option == 'add' || $option == 'edit'} nav-tab-active{/if}">Create Invoice</a>
+ <a href="{$thisUrl}?page=glm-members-admin-menu-billing&glm_action=invoices&option=bulkadd"
+ class="nav-tab{if $option == 'bulkadd'} nav-tab-active{/if}">Create Bulk Invoices</a>
</h2>
popX: 500, // popup window screen X position
popY: 500, // popup window screen Y position
popTitle: 'Invoice', // popup window title element
- popClose: true, // popup window close after printing
+ popClose: false, // popup window close after printing
extraCss: '', // Comma separated list of extra css to include
extraHead: '', // Comma separated list of extra elements to be appended to head tag
strict: false // strict or looseTransitional html 4.01 document standard or undefined to not include at all only for popup option