NEW Add STOCK_MOVEMENT_LIST_HIDE_UNIT_PRICE to hide unit price on
movement list.
This commit is contained in:
parent
3222f39277
commit
27e8b17aaf
@ -132,7 +132,7 @@ $arrayfields = array(
|
||||
'origin'=>array('label'=>"Origin", 'checked'=>1, 'position'=>155),
|
||||
'm.fk_projet'=>array('label'=>'Project', 'checked'=>0, 'position'=>180),
|
||||
'm.value'=>array('label'=>"Qty", 'checked'=>1, 'position'=>200),
|
||||
'm.price'=>array('label'=>"UnitPurchaseValue", 'checked'=>0, 'position'=>210)
|
||||
'm.price'=>array('label'=>"UnitPurchaseValue", 'checked'=>0, 'position'=>210, 'enabled'=>empty($conf->global->STOCK_MOVEMENT_LIST_HIDE_UNIT_PRICE))
|
||||
//'m.datec'=>array('label'=>"DateCreation", 'checked'=>0, 'position'=>500),
|
||||
//'m.tms'=>array('label'=>"DateModificationShort", 'checked'=>0, 'position'=>500)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user