mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
FAS: LINES ADDED in Übernahmebestätigung
2 lines added: . Bestellnummer . Firma (only if firma is not null)
This commit is contained in:
@@ -45,6 +45,7 @@ require_once('../include/addon.class.php');
|
||||
require_once('../include/studiengang.class.php');
|
||||
require_once('../include/studiensemester.class.php');
|
||||
require_once('../include/studienordnung.class.php');
|
||||
//require_once('../include/betriebsmittel.class.php');
|
||||
|
||||
$user = get_uid();
|
||||
$db = new basis_db();
|
||||
@@ -363,6 +364,7 @@ if(!$xml_found)
|
||||
// Load the XML source
|
||||
$xml_doc = new DOMDocument;
|
||||
|
||||
//echo $xml_url;
|
||||
if(!$xml_doc->load($xml_url))
|
||||
die('unable to load xml: '.$xml_url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user