+ my @menu_files;
+ my $dbh = $::form->get_standard_dbh;
+ if(scalar(grep(/^Switzerland/, (selectrow_query($::form, $dbh, 'SELECT coa FROM defaults'))[0]))) {
+ @menu_files = qw(menus/erp_ch.ini);
+ } else {
+ @menu_files = qw(menus/erp.ini);
+ }
+ $dbh->commit;