Change default unit name

This commit is contained in:
Dennis Eichhorn 2017-04-16 16:55:32 +02:00
parent 91b72b230e
commit ae36914fd8

View File

@ -123,7 +123,7 @@ class Installer extends InstallerAbstract
$dbPool->get('core')->con->prepare(
'INSERT INTO `' . $dbPool->get('core')->prefix . 'organization_unit` (`organization_unit_name`, `organization_unit_description`, `organization_unit_parent`) VALUES
(\'Default\', \'Default unit.\', NULL);'
(\'Orange Management\', \'Orange Management\', NULL);'
)->execute();
break;
}