Index: lib/config.php =================================================================== RCS file: /cvsroot/lms/lib/config.php,v retrieving revision 1.15 diff -u -r1.15 config.php --- lib/config.php 18 Jan 2011 08:12:05 -0000 1.15 +++ lib/config.php 6 Dec 2011 20:51:31 -0000 @@ -83,6 +83,7 @@ 'check_for_updates_period' => 86400, 'homedir_prefix' => '/home/', 'default_taxrate' => 22.00, + 'default_prodid' => '', 'default_zip' => '', 'default_city' => '', 'default_address' => '', Index: lib/locale/pl/strings.php =================================================================== RCS file: /cvsroot/lms/lib/locale/pl/strings.php,v retrieving revision 1.407 diff -u -r1.407 strings.php --- lib/locale/pl/strings.php 6 Dec 2011 19:28:08 -0000 1.407 +++ lib/locale/pl/strings.php 6 Dec 2011 20:51:32 -0000 @@ -1359,6 +1359,7 @@ $_LANG['Value:'] = 'Wartość:'; $_LANG['Value and description:'] = 'Wartość i opis:'; $_LANG['Value of tax rate which will be selected by default on tax rates lists. Default: 22.0'] = 'Wartość stawki procentowej, która ma być domyślnie zaznaczona na listach wyboru stawki. Domyślnie: 22.0'; +$_LANG['Value of product ID. Default: empty'] = 'Domyślna wartość PKWiU. Domyślnie: brak'; $_LANG['Value of option "$a" must be a number grater than zero!'] = 'Wartość opcji "$a" musi być większa od zera!'; $_LANG['View'] = 'Podgląd'; $_LANG['waiting'] = 'oczekujący'; Index: modules/configlist.php =================================================================== RCS file: /cvsroot/lms/modules/configlist.php,v retrieving revision 1.70 diff -u -r1.70 configlist.php --- modules/configlist.php 31 Mar 2011 11:53:13 -0000 1.70 +++ modules/configlist.php 6 Dec 2011 20:51:32 -0000 @@ -221,6 +221,10 @@ $config[$idx]['description'] = trans('Value of tax rate which will be selected by default on tax rates lists. Default: 22.0'); break; + case 'default_prodid': + $config[$idx]['description'] = trans ('Value of product ID. Default: empty'); + break; + case 'helpdesk_reply_body': $config[$idx]['description'] = trans('Adds body of message in ticket reply. Default: false'); break; Index: templates/invoicenew.html =================================================================== RCS file: /cvsroot/lms/templates/invoicenew.html,v retrieving revision 1.72 diff -u -r1.72 invoicenew.html --- templates/invoicenew.html 1 Dec 2011 17:10:46 -0000 1.72 +++ templates/invoicenew.html 6 Dec 2011 20:51:32 -0000 @@ -252,7 +252,7 @@ {$covenantlist[covenantlist].time|date_format:"%Y/%m/%d"} {$covenantlist[covenantlist].comment} - + {$covenantlist[covenantlist].net|money_format}