Removed duplicated code
This commit is contained in:
parent
b0e728251a
commit
b69ce21e3e
@ -107,6 +107,9 @@ class Propal extends CommonObject
|
|||||||
var $products=array();
|
var $products=array();
|
||||||
var $extraparams=array();
|
var $extraparams=array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var PropaleLigne[]
|
||||||
|
*/
|
||||||
var $lines = array();
|
var $lines = array();
|
||||||
var $line;
|
var $line;
|
||||||
|
|
||||||
@ -2782,9 +2785,6 @@ class Propal extends CommonObject
|
|||||||
*/
|
*/
|
||||||
class PropaleLigne extends CommonObject
|
class PropaleLigne extends CommonObject
|
||||||
{
|
{
|
||||||
var $db;
|
|
||||||
var $error;
|
|
||||||
|
|
||||||
public $element='propaldet';
|
public $element='propaldet';
|
||||||
public $table_element='propaldet';
|
public $table_element='propaldet';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user