SSL, Google Chart updates, lnAPP improvements
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* @copyright (c) 2010 Open Source Billing
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
class Model_Invoice extends ORMOSB {
|
||||
class Model_Invoice extends ORM_OSB {
|
||||
protected $_belongs_to = array(
|
||||
'account'=>array()
|
||||
);
|
||||
|
@@ -10,7 +10,7 @@
|
||||
* @copyright (c) 2010 Open Source Billing
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
class Model_Invoice_Item extends ORMOSB {
|
||||
class Model_Invoice_Item extends ORM_OSB {
|
||||
protected $_updated_column = FALSE; // @todo No update columns
|
||||
|
||||
// Relationships
|
||||
|
Reference in New Issue
Block a user