mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-24 13:58:40 +00:00
Change default unit name
This commit is contained in:
parent
91b72b230e
commit
ae36914fd8
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user