Removing field in client statement

If you have a Power User Subscription you can use the Advanced Customisation tools to achieve this. You’d just need to add the following to your Client Statement CSS.

.invoice-label-row2 {
    display:none;
}