Field:currency symbol@Recruitments
From MintHCM Wiki
Recruitments - LBL_CURRENCY_SYMBOL | |
---|---|
Name | currency_symbol |
Module | Recruitments |
Type | relate |
Label | LBL_CURRENCY_SYMBOL |
VName | LBL_CURRENCY_SYMBOL |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Recruitments/vardefs.php
'currency_symbol' => array( 'name' => 'currency_symbol', 'rname' => 'symbol', 'id_name' => 'currency_id', 'vname' => 'LBL_CURRENCY_SYMBOL', 'type' => 'relate', 'isnull' => 'true', 'table' => 'currencies', 'module' => 'Currencies', 'source' => 'non-db', 'function' => array( 'name' => 'getCurrencySymbolDropDown', 'returns' => 'html' ), 'studio' => 'false', 'duplicate_merge' => 'disabled', ),
Missing User input