Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 529: Line 529:


====Prevent invoice items being deleted====
====Prevent invoice items being deleted====
<code>.tr_invoicee .btn-danger {display: none;}</code>
<code>.tr_invoicee .btn-danger, #groupinvoicebulkaction option[value="1"] {display:none !important;}</code>
 
</code>


====Prevent manual entry of charge items  ====
====Prevent manual entry of charge items  ====