Fix properties

This commit is contained in:
Laurent Destailleur 2021-01-12 10:34:15 +01:00
parent 0999bc74d2
commit bad4b14ba5
3 changed files with 6 additions and 9 deletions

View File

@ -38,8 +38,8 @@ env:
jobs:
fast_finish: true
allow_failures:
- php: nightly
#allow_failures:
#- php: nightly
include:
- if: type = push
php: '5.6'

View File

@ -208,6 +208,8 @@ class Propal extends CommonObject
public $demand_reason_id;
public $demand_reason_code;
public $warehouse_id;
public $extraparams = array();
/**
@ -231,8 +233,6 @@ class Propal extends CommonObject
public $multicurrency_total_tva;
public $multicurrency_total_ttc;
public $oldcopy;
/**
* 'type' if the field format ('integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter]]', 'varchar(x)', 'double(24,8)', 'real', 'price', 'text', 'html', 'date', 'datetime', 'timestamp', 'duration', 'mail', 'phone', 'url', 'password')

View File

@ -200,6 +200,8 @@ class Commande extends CommonOrder
public $special_code;
public $source; // Order mode. How we received order (by phone, by email, ...)
public $warehouse_id;
public $extraparams = array();
public $linked_objects = array();
@ -231,11 +233,6 @@ class Commande extends CommonOrder
public $multicurrency_total_tva;
public $multicurrency_total_ttc;
/**
* @var Commande clone of order object
*/
public $oldcopy;
//! key of module source when order generated from a dedicated module ('cashdesk', 'takepos', ...)
public $module_source;
//! key of pos source ('0', '1', ...)