Skip to content

Commit

Permalink
Fix salesagility#10355 - Template Parser for extended modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ojs87 committed Feb 6, 2024
1 parent 7b0fde1 commit 2ae01ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/AOW_Actions/actions/templateParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function parse_template($string, $bean_arr)
$focus = BeanFactory::getBean($bean_name, $bean_id);
}

$string = aowTemplateParser::parse_template_bean($string, strtolower($beanList[$bean_name]), $focus);
$string = aowTemplateParser::parse_template_bean($string, $focus->table_name, $focus);

if($focus instanceof Person){
$person[] = $focus;
Expand Down

0 comments on commit 2ae01ae

Please sign in to comment.