modules/Settings/Inventory/views/Discounts.php
<?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';
}
}