File path fixes

This commit is contained in:
Dennis Eichhorn 2017-01-26 16:42:54 +01:00
parent ca5845d87d
commit 500235bca0
3 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/** /**
* Orange Management * Orange Management
* *
* PHP Version 7.0 * PHP Version 7.1
* *
* @category TBD * @category TBD
* @package TBD * @package TBD
@ -27,6 +27,7 @@ return ['ClientManagement' => [
'Contact' => 'Contact', 'Contact' => 'Contact',
'Country' => 'Country', 'Country' => 'Country',
'Creditcard' => 'Creditcard', 'Creditcard' => 'Creditcard',
'Date' => 'Date',
'Default' => 'Default', 'Default' => 'Default',
'Delivery' => 'Delivery', 'Delivery' => 'Delivery',
'Discount' => 'Discount', 'Discount' => 'Discount',
@ -36,9 +37,12 @@ return ['ClientManagement' => [
'Files' => 'Files', 'Files' => 'Files',
'Freightage' => 'Freightage', 'Freightage' => 'Freightage',
'Group' => 'Group', 'Group' => 'Group',
'ID' => 'ID',
'Info' => 'Info', 'Info' => 'Info',
'Invoice' => 'Invoice', 'Invoice' => 'Invoice',
'IsDefault' => 'Is default?', 'IsDefault' => 'Is default?',
'Log' => 'Log',
'Logs' => 'Logs',
'Master' => 'Master', 'Master' => 'Master',
'Name' => 'Name', 'Name' => 'Name',
'Name1' => 'Name1', 'Name1' => 'Name1',

View File

@ -2,7 +2,7 @@
/** /**
* Orange Management * Orange Management
* *
* PHP Version 7.0 * PHP Version 7.1
* *
* @category TBD * @category TBD
* @package TBD * @package TBD

View File

@ -2,7 +2,7 @@
/** /**
* Orange Management * Orange Management
* *
* PHP Version 7.0 * PHP Version 7.1
* *
* @category TBD * @category TBD
* @package TBD * @package TBD