mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-16 04:38:42 +00:00
Bug fixes
This commit is contained in:
parent
9dc70af48b
commit
b3419e0222
|
|
@ -22,6 +22,7 @@ use phpOMS\Module\ModuleAbstract;
|
||||||
use phpOMS\Module\WebInterface;
|
use phpOMS\Module\WebInterface;
|
||||||
use phpOMS\Views\View;
|
use phpOMS\Views\View;
|
||||||
use phpOMS\Views\ViewLayout;
|
use phpOMS\Views\ViewLayout;
|
||||||
|
use Modules\HumanResourceManagement\Models\EmployeeMapper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Human Resources controller class.
|
* Human Resources controller class.
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
namespace Modules\Admin\Models;
|
namespace Modules\HumanResourceManagement\Models;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ class EmployeeMapper
|
||||||
* Columns.
|
* Columns.
|
||||||
*
|
*
|
||||||
* @var array<string, array>
|
* @var array<string, array>
|
||||||
* @since 1.0.0
|
* @since 1.0.k
|
||||||
*/
|
*/
|
||||||
protected static $columns = [
|
protected static $columns = [
|
||||||
'hr_staff_id' => ['name' => 'hr_staff_id', 'type' => 'int', 'internal' => 'id'],
|
'hr_staff_id' => ['name' => 'hr_staff_id', 'type' => 'int', 'internal' => 'id'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user