mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix properties
This commit is contained in:
parent
0999bc74d2
commit
bad4b14ba5
|
|
@ -38,8 +38,8 @@ env:
|
|||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
#allow_failures:
|
||||
#- php: nightly
|
||||
include:
|
||||
- if: type = push
|
||||
php: '5.6'
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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', ...)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user