Skip to content

Instantly share code, notes, and snippets.

@SENya1990
Last active November 3, 2020 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SENya1990/42b87fa16b87484f328a9778d4336dee to your computer and use it in GitHub Desktop.
Save SENya1990/42b87fa16b87484f328a9778d4336dee to your computer and use it in GitHub Desktop.
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