Files
crm.e5.pl/EcmConfig.php

6 lines
96 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?php
$EcmConfig = array (
'consignments' => true,
'consignments_label1' => 'Nr',
);
?>