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

Parameters
none

Return value
caption string

Example
local caption = invoices.getCustomTabCaption()

Comments

See also
invoices.getCustomTabEnabled
invoices.setCustomTabEnabled
invoices.setCustomTabCaption

Back