6 lines
171 B
PHP
Executable File
6 lines
171 B
PHP
Executable File
<?php
|
|
// created: 2011-10-04 11:58:18
|
|
$dictionary['EcmQuote']['fields']['currency_id']['default']='PLN';
|
|
$dictionary['EcmQuote']['fields']['currency_id']['len']=100;
|
|
|
|
?>
|