Files
crm.e5.pl/modules/EcmGroupFkPackages/config.php
2024-04-27 09:23:34 +02:00

18 lines
617 B
PHP

<?php
$ecmgroupfkpackages_config = array (
'default_payment_condition' => '',
'default_delivery_condition' => '',
'default_document_template' => '20e764d0-7816-5115-475b-4f3d1be98260',
'default_representative_role_id' => NULL,
'default_representative_extra_role_id' => NULL,
'default_manager_role_id' => NULL,
'checkbox_demo' => 0,
'show_images_on_offers' => 1,
'creating_invoice_direct_from_quote' => 0,
'rows_on_item_list_global' => '',
'row_item_height_global' => '',
'row_item_height_selected_global' => '',
'quick_product_item_adding_global' => 0,
'show_pdf_in_div_global' => 0,
);
?>