mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-01-27 02:38:40 +00:00
19 lines
330 B
PHP
19 lines
330 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\Sales\Models
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
$SalesPriceNames = [
|
|
0 => 'DefaultInternational',
|
|
1 => 'DefaultNational',
|
|
];
|