Revamping invoice PDF rendering and standardisation work
This commit is contained in:
@@ -18,6 +18,14 @@ class Model_Checkout extends ORM_OSB {
|
||||
protected $_sorting = array('name'=>'ASC');
|
||||
protected $_form = array('id'=>'id','value'=>'name');
|
||||
|
||||
/** REQUIRED ABSTRACT METHODS **/
|
||||
|
||||
public function name($variable=NULL) {
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
/** LOCAL METHODS **/
|
||||
|
||||
/**
|
||||
* Calcuale the fee for this checkout method
|
||||
*
|
||||
|
Reference in New Issue
Block a user