X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fam.pl;h=0b35fc7d9e4f3920805c23a7d2f3189190688ebd;hb=be076f02fed09b50c15c8ee8d0585542bd55347d;hp=d0415618717701f7910e3d82d7067b12620eeaa7;hpb=4730ac696b8f67cd75ceaedfa9a1db1853ad0011;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index d04156187..0b35fc7d9 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -664,6 +664,7 @@ sub config { $form->{purchase_search_makemodel} = AM->purchase_search_makemodel(); $form->{sales_search_customer_partnumber} = AM->sales_search_customer_partnumber(); $form->{positions_show_update_button} = AM->positions_show_update_button(); + $form->{time_recording_use_duration} = AM->time_recording_use_duration(); $myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details})); $form->{CAN_CHANGE_PASSWORD} = $main::auth->can_change_password();