This commit is contained in:
Oh
2024-08-20 14:25:24 +02:00
parent 2024bef575
commit 96cb33e792
93 changed files with 859 additions and 299 deletions

View File

@@ -159,17 +159,17 @@ final class Table extends BaseTable implements Tableinterface
],
],
'currency' => [
'name' => [
'name' => 'name',
'label' => 'COM_SUBFORMPOWER_CURRENCY_NAME_LABEL',
'type' => 'text',
'ext_number' => [
'name' => 'ext_number',
'label' => 'COM_SUBFORMPOWER_CURRENCY_EXT_NUMBER_LABEL',
'type' => 'number',
'title' => true,
'list' => 'currencies',
'store' => NULL,
'tab_name' => 'Details',
'db' => [
'type' => 'VARCHAR(255)',
'default' => '',
'type' => 'INT(10)',
'default' => '0',
'null_switch' => 'NOT NULL',
'unique_key' => false,
'key' => true,