addback !fee_detail to collaterals

This commit is contained in:
Jack Forgash 2025-07-09 11:21:36 -06:00
parent 5a59103eac
commit b61f9f6c45
2 changed files with 3 additions and 1 deletions

View File

@ -97,4 +97,4 @@ SELECT
FROM
FINAL
WHERE
actions != 'fee_detail'
actions != 'fee_detail'

View File

@ -123,3 +123,5 @@ SELECT
'{{ invocation_id }}' AS _invocation_id
FROM
FINAL
WHERE
actions != 'fee_detail'