ARInvoiceEntryAdvanceTaxesExt
public class ARInvoiceEntryAdvanceTaxesExt : PXGraphExtension<ARInvoiceEntry> | |
{ | |
public static bool IsActive() => PXAccess.FeatureInstalled<FeaturesSet.advancedTaxes>(); | |
//Logic of the extension | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment