mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-11 22:38:42 +00:00
bug fixes
This commit is contained in:
parent
ed2c994e07
commit
1ed108a5f4
|
|
@ -29,11 +29,6 @@
|
||||||
"type": "TINYINT",
|
"type": "TINYINT",
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"clientmgmt_client_taxid": {
|
|
||||||
"name": "clientmgmt_client_taxid",
|
|
||||||
"type": "INT",
|
|
||||||
"null": false
|
|
||||||
},
|
|
||||||
"clientmgmt_client_info": {
|
"clientmgmt_client_info": {
|
||||||
"name": "clientmgmt_client_info",
|
"name": "clientmgmt_client_info",
|
||||||
"type": "TEXT",
|
"type": "TEXT",
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ use Modules\Media\Models\MediaMapper;
|
||||||
use Modules\Profile\Models\ContactElementMapper;
|
use Modules\Profile\Models\ContactElementMapper;
|
||||||
use Modules\Profile\Models\ProfileMapper;
|
use Modules\Profile\Models\ProfileMapper;
|
||||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
use phpOMS\DataStorage\Database\Query\Column;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Client mapper class.
|
* Client mapper class.
|
||||||
|
|
@ -43,7 +42,6 @@ final class ClientMapper extends DataMapperAbstract
|
||||||
'clientmgmt_client_no_reverse' => ['name' => 'clientmgmt_client_no_reverse', 'type' => 'string', 'internal' => 'numberReverse'],
|
'clientmgmt_client_no_reverse' => ['name' => 'clientmgmt_client_no_reverse', 'type' => 'string', 'internal' => 'numberReverse'],
|
||||||
'clientmgmt_client_status' => ['name' => 'clientmgmt_client_status', 'type' => 'int', 'internal' => 'status'],
|
'clientmgmt_client_status' => ['name' => 'clientmgmt_client_status', 'type' => 'int', 'internal' => 'status'],
|
||||||
'clientmgmt_client_type' => ['name' => 'clientmgmt_client_type', 'type' => 'int', 'internal' => 'type'],
|
'clientmgmt_client_type' => ['name' => 'clientmgmt_client_type', 'type' => 'int', 'internal' => 'type'],
|
||||||
'clientmgmt_client_taxid' => ['name' => 'clientmgmt_client_taxid', 'type' => 'int', 'internal' => 'taxId'],
|
|
||||||
'clientmgmt_client_info' => ['name' => 'clientmgmt_client_info', 'type' => 'string', 'internal' => 'info'],
|
'clientmgmt_client_info' => ['name' => 'clientmgmt_client_info', 'type' => 'string', 'internal' => 'info'],
|
||||||
'clientmgmt_client_created_at' => ['name' => 'clientmgmt_client_created_at', 'type' => 'DateTime', 'internal' => 'createdAt'],
|
'clientmgmt_client_created_at' => ['name' => 'clientmgmt_client_created_at', 'type' => 'DateTime', 'internal' => 'createdAt'],
|
||||||
'clientmgmt_client_account' => ['name' => 'clientmgmt_client_account', 'type' => 'int', 'internal' => 'profile'],
|
'clientmgmt_client_account' => ['name' => 'clientmgmt_client_account', 'type' => 'int', 'internal' => 'profile'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user