YetiForceCompany/YetiForceCRM

View on GitHub
modules/Settings/Inventory/views/Discounts.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

/**
 * @copyright YetiForce S.A.
 * @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
 * @author Radosław Skrzypczak <r.skrzypczak@yetiforce.com>
 */
class Settings_Inventory_Discounts_View extends Settings_Inventory_CreditLimits_View
{
    public function getView()
    {
        return 'Discounts';
    }
}