This commit is contained in:
Andreas Österreicher
2007-09-17 10:01:43 +00:00
parent 4cdda9b08a
commit dbb2fc5394
9 changed files with 73 additions and 9 deletions
+10 -1
View File
@@ -756,6 +756,14 @@ function ExtrasShowFirmenverwaltung()
window.open('<?php echo APP_ROOT ?>vilesci/stammdaten/firma_frameset.html','Firma','');
}
// ****
// * Zeigt eine Seite zum Importieren der Funktionen aus der vorherigen BISMeldung
// ****
function BISMitarbeiterImport()
{
window.open('<?php echo APP_ROOT ?>vilesci/bis/personalimport.php','Import','');
}
// ****
// * Oeffnet den About Dialog
// ****
@@ -845,4 +853,5 @@ function EinstellungenKontoFilterStgChange()
}
return true;
}
}