This commit is contained in:
James Cole
2023-06-14 18:44:54 +02:00
parent c08b5177d9
commit 68934858ce
5 changed files with 10 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ class SearchRuleEngine implements RuleEngineInterface
$str = sprintf('%s%d', $str, $transaction['transaction_journal_id']);
}
$key = sprintf('%d%s', $group['id'], $str);
Log::debug(sprintf('Return key: %s ', $key));
//Log::debug(sprintf('Return key: %s ', $key));
return $key;
}