Skip to content
Snippets Groups Projects
Commit 5e953049 authored by Prasad's avatar Prasad
Browse files

Merge branch 'getSelectedDefaultTaxMode' into 'master'

getSelectedDefaultTaxMode #1561

Finally the obnoxious error that denied vtws_create, vtws_revise and more operations, since 4 years ago, is solved.
Now you don't have to patch it manually at every release anymore.

See merge request !848
parents 44e15ea5 5ba58872
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,11 @@ class Inventory_TaxRecord_Model extends Vtiger_Base_Model {
return $this->get('taxlabel');
}
public function getSelectedDefaultTaxMode() {
return '';
}
public function getTax() {
return $this->get('percentage');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment