X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fam.pl;h=e992ebec5d0deac9cc9ee6f2c408728d19ccfb50;hb=2ae70bd488265cab4a7cef8243b3660f7d35e83e;hp=f2987b61f9a033207b861226b93b78bdce1c8a18;hpb=549bce5bbdd958e4e9302a777ee223fc79f0211e;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index f2987b61f..e992ebec5 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -663,6 +663,7 @@ sub config { $form->{positions_scrollbar_height} = AM->positions_scrollbar_height(); $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(); $myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details})); $form->{CAN_CHANGE_PASSWORD} = $main::auth->can_change_password();