Files
crm.clientright.ru/modules/Workflow2/extends/InventoryFields.inc.php

20 lines
392 B
PHP
Raw Normal View History

<?php return array (
'image' =>
array (
'inventoryField' => 'image',
'label' => 'image',
'implemented' => false,
),
'purchase_cost' =>
array (
'inventoryField' => 'purchase_cost',
'label' => 'purchase_cost',
'implemented' => false,
),
'margin' =>
array (
'inventoryField' => 'margin',
'label' => 'margin',
'implemented' => false,
),
);