init
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
//auto-generated file DO NOT EDIT
|
||||
$layout_defs['EcmProducts']['subpanel_setup']['ecmpricebooks']['override_subpanel_name'] = 'EcmProductdefault';
|
||||
?>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
//auto-generated file DO NOT EDIT
|
||||
$layout_defs['EcmProducts']['subpanel_setup']['ecmpurchaseorders']['override_subpanel_name'] = 'EcmProductdefault';
|
||||
?>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
//auto-generated file DO NOT EDIT
|
||||
$layout_defs['EcmProducts']['subpanel_setup']['ecmquotes']['override_subpanel_name'] = 'EcmProductdefault';
|
||||
?>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
$dictionary['EcmProduct']['fields']['product_kind'] = array(
|
||||
'name' => 'product_kind',
|
||||
'options' => 'ecmproducts_product_kind_dom',
|
||||
'vname' => 'Rodzaj',
|
||||
'type' => 'enum',
|
||||
);
|
||||
|
||||
|
||||
$dictionary['EcmProduct']['fields']['product_size'] = array(
|
||||
'name' => 'product_size',
|
||||
'options' => 'ecmproducts_product_size_dom',
|
||||
'vname' => 'Rozmiar',
|
||||
'type' => 'enum',
|
||||
);
|
||||
|
||||
|
||||
$dictionary['EcmProduct']['fields']['product_brand'] = array(
|
||||
'name' => 'product_brand',
|
||||
'options' => 'ecmproducts_product_brand_dom',
|
||||
'vname' => 'Marka',
|
||||
'type' => 'enum',
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user