#917 - Sort subpanel records in Generated document - can't make it work
Hi
MMR is updated to 2.4 but no success on sorting subpanel records in generated Document
Used code from example from opportunities, changed query_table and field_name in SQL statement ORDER BY
also changed opportunities into my child module_name kir_deal_items
File is placed in custom/main_module_folder wich is kir_kp
No success
it never goes inside condition
if (isset($main_data['kir_deal_items']) && is_array($main_data['kir_deal_items']) && count($main_data['kir_deal_items']) > 1 )
Any suggestions?
10 years ago
10 years ago
9 years ago