View | Details | Raw Unified | Return to bug 33935
Collapse All | Expand All

(-)a/C4/Installer.pm (-3 lines)
Lines 369-376 sub load_sql_in_order { Link Here
369
    push @fnames, "$global_mandatory_dir/userflags.sql",
369
    push @fnames, "$global_mandatory_dir/userflags.sql",
370
                  "$global_mandatory_dir/userpermissions.sql",
370
                  "$global_mandatory_dir/userpermissions.sql",
371
                  "$global_mandatory_dir/audio_alerts.sql",
371
                  "$global_mandatory_dir/audio_alerts.sql",
372
                  "$global_mandatory_dir/account_credit_types.sql",
373
                  "$global_mandatory_dir/account_debit_types.sql",
374
                  ;
372
                  ;
375
    my $localization_file = C4::Context->config('intranetdir') .
373
    my $localization_file = C4::Context->config('intranetdir') .
376
                            "/installer/data/$self->{dbms}/localization/$langchoice/custom.sql";
374
                            "/installer/data/$self->{dbms}/localization/$langchoice/custom.sql";
377
- 

Return to bug 33935