invoices.setCustomTabEnabled
Description
Shows or hides the Custom tab in the Invoices section.

Parameters
visible boolean

Return value
none

Example
invoices.setCustomTabEnabled(true)

Comments

See also
invoices.getCustomTabEnabled
invoices.setCustomTabCaption
invoices.getCustomTabCaption

Back