예제 #1
0
 function VATType()
 {
     //if items is set to INHERIT returns the (global) default value set in ShopOrder
     return $this->VAT == "INHERIT" ? ShopOrder::getVATType() : $this->VAT;
 }
예제 #2
0
 function VAT()
 {
     return ShopOrder::getVATType();
 }