mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Do not set a parent for each organization (was usually set to themselves) SVN:trunk[241]
22 lines
463 B
XML
22 lines
463 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<bizOrganization id="2">
|
|
<name>Demo</name>
|
|
<code>MCO</code>
|
|
<status>implementation</status>
|
|
<parent_id>0</parent_id>
|
|
</bizOrganization>
|
|
<bizOrganization id="3">
|
|
<name>France Telecom</name>
|
|
<code>FT</code>
|
|
<status>production</status>
|
|
<parent_id>0</parent_id>
|
|
</bizOrganization>
|
|
<bizOrganization id="5">
|
|
<name>Oracle</name>
|
|
<code>ORA</code>
|
|
<status>production</status>
|
|
<parent_id>0</parent_id>
|
|
</bizOrganization>
|
|
</Set>
|