Example #1
0
 public function getInputType()
 {
     switch ($this->getAttribute()) {
         case 'base_subtotal_inc_tax':
             return 'numeric';
     }
     return parent::getInputType();
 }