Invoice layout options - hide quantity and unit cost

Hi @Simon_Keats

Adding the following to your CSS (when you customise your invoice design), will remove the Quantity and Unit Cost columns.

.thItems3 { display: none; } /* Hide "Unit Cost" */
.tdItems3 { display: none; }

.thItems4 { display: none; } /* Hide "Qty" */
.tdItems4 { display: none; }