invoices.getCustomTabEnabled
Description
Gets the Custom tab visible state in the Invoices section.

Parameters
none

Return value
visible boolean

Example
local isVisible = invoices.getCustomTabEnabled()

Comments

See also
invoices.setCustomTabEnabled
invoices.setCustomTabCaption
invoices.getCustomTabCaption

Back