Skip to content

Removal of the invoice summary (net, VAT, gross)

Number of views: 1887 1 min read
To delete an invoice summary (net, VAT, gross), go to the Settings> Account settings> Print settings tab, and then at the bottom of the page fill in the field Customize print with CSS with the CSS code shown below:
} @media all{
.invoice_outline>table.clean.to_right{
display:none !important;
}
}

Was this entry helpful?

Share

Comments