Skip to content
Snippets Groups Projects
Commit 5ba58872 authored by angelo paglialonga's avatar angelo paglialonga
Browse files

getSelectedDefaultTaxMode #1561

parent 96b5d187
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