mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-25 19:48:40 +00:00
add conditional marker
This commit is contained in:
parent
05c62bc35f
commit
5ba6f9121e
|
|
@ -103,18 +103,21 @@ final class LocalizationMapper extends DataMapperAbstract
|
|||
'self' => 'l11n_country',
|
||||
'by' => 'code2',
|
||||
'column' => 'code2',
|
||||
'conditional' => true,
|
||||
],
|
||||
'lang' => [
|
||||
'mapper' => LanguageMapper::class,
|
||||
'self' => 'l11n_language',
|
||||
'by' => 'code2',
|
||||
'column' => 'code2',
|
||||
'conditional' => true,
|
||||
],
|
||||
'currency' => [
|
||||
'mapper' => CurrencyMapper::class,
|
||||
'self' => 'l11n_currency',
|
||||
'by' => 'code',
|
||||
'column' => 'code',
|
||||
'conditional' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user