mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d524f7973 | ||
|
|
1b2f16b01a |
@@ -879,8 +879,8 @@ class modProduct extends DolibarrModules
|
||||
$this->import_regex_array[$r] = array(
|
||||
'pr.datec'=>'^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$',
|
||||
'pr.recuperableonly'=>'^[0|1]$'
|
||||
);
|
||||
$this->import_convertvalue_array[$r] = array(
|
||||
);
|
||||
$this->import_convertvalue_array[$r] = array(
|
||||
'pr.fk_product'=>array('rule'=>'fetchidfromref', 'classfile'=>'/product/class/product.class.php', 'class'=>'Product', 'method'=>'fetch', 'element'=>'Product')
|
||||
);
|
||||
$this->import_examplevalues_array[$r] = array('pr.fk_product'=>"ref:PRODUCT_REF or id:123456",
|
||||
|
||||
Reference in New Issue
Block a user