Comment out bulk add invoices
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Nov 2018 13:27:29 +0000 (08:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Nov 2018 13:27:29 +0000 (08:27 -0500)
Need to finish the other feature branch.

views/admin/billing/subHeader.html

index 5f5266a..e8bcd0c 100644 (file)
@@ -3,6 +3,8 @@
         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>
+    {* Bulk Add not ready yet
     <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>