Dear all.
The select button will fill the fields listed in the following code in my editview.
But the Ajax auto-fill will do nothing.
How can I get Ajax to fill my form fields ?
PHP Code:
array (
'name' => 'agr_products_agr_quotationlines_name',
'label' => 'LBL_AGR_PRODUCTS_AGR_QUOTATIONLINES_NAME',
'displayParams' =>
array (
'field_to_name_array' =>
array (
'name' => 'agr_products_agr_quotationlines_name',
'ref_augura' => 'name',
'unit_buying_price' => 'unit_buying_price',
'qty_per_carton' => 'qty_per_carton',
'cbm_per_carton' => 'cbm_per_carton',
'weight_per_carton' => 'weight_per_carton',
'eu_custom_tax' => 'eu_tax_rate',
'moq' => 'line_moq',
),
'additionalFields' =>
array (
//'name' => 'agr_products_agr_quotationlines_name',
'ref_augura' => 'name',
'unit_buying_price' => 'unit_buying_price',
'qty_per_carton' => 'qty_per_carton',
'cbm_per_carton' => 'cbm_per_carton',
'weight_per_carton' => 'weight_per_carton',
'eu_custom_tax' => 'eu_tax_rate',
'moq' => 'line_moq',
),
),
),
Bookmarks