Status updates, SSL updates
This commit is contained in:
@@ -125,6 +125,9 @@ class Model_Invoice extends ORM_OSB implements Cartable {
|
||||
* Returns the array of Email Template Objects
|
||||
*/
|
||||
public function reminders($key=NULL,$format=FALSE) {
|
||||
if (is_null($key) AND ! $this->reminders)
|
||||
return array();
|
||||
|
||||
$prefix = 'task_invoice_';
|
||||
|
||||
if (is_null($key)) {
|
||||
|
Reference in New Issue
Block a user