Skip to content

Instantly share code, notes, and snippets.

@sapanparikh18
Created April 19, 2018 09:18
Show Gist options
  • Save sapanparikh18/84a0e2bb1449fd702ce623fd093ed609 to your computer and use it in GitHub Desktop.
Save sapanparikh18/84a0e2bb1449fd702ce623fd093ed609 to your computer and use it in GitHub Desktop.
//...
refresh(){
if(invoicingFeatureEnabled){
Invoice.getInstance().refreshTaxes(this);
}
if(quotesAndProposolsEnabled){
QuotesAndProposols.getInstance().refreshTaxes();
}
if(salariesFeatureEnabled){
IncomeTax.getInstance().refreshTaxes(this);
}
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment