Added meta title to pages

This commit is contained in:
Deon George
2016-07-29 11:19:30 +10:00
parent f426502707
commit e0b45be758
22 changed files with 73 additions and 49 deletions

View File

@@ -98,6 +98,10 @@ class Model_Charge extends ORM_OSB implements Invoicable {
}
}
public function xtitle() {
return $this->invoice_item(5);
}
/**
* Render some details for specific calls, eg: invoice
*/