|
@@ -30,11 +30,11 @@ class PaymentTerm // extends CommonObject
|
|
|
{
|
|
|
var $db; //!< To store db handler
|
|
|
var $error; //!< To return error code (or message)
|
|
|
+
|
|
|
/**
|
|
|
- *
|
|
|
* @var string[] Error codes (or messages)
|
|
|
*/
|
|
|
- public $errors = array ();
|
|
|
+ public $errors = array();
|
|
|
|
|
|
//public $element='c_payment_term'; //!< Id that identify managed objects
|
|
|
//public $table_element='c_payment_term'; //!< Name of table without prefix where object is stored
|