18 lines
612 B
PHP
18 lines
612 B
PHP
|
|
<?php
|
||
|
|
$ecmgroupsales_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,
|
||
|
|
);
|
||
|
|
?>
|