Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit cb65149

Browse files
committed
include two more cancelled statues.
1 parent 7d60058 commit cb65149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/get_client_challenge_costs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ AND Date(p.complete_date) BETWEEN TO_DATE('@sdt@', '%Y-%m-%d') AND TO_DATE('@edt
2525
AND c.client_id = DECODE(@clientid@, 0, c.client_id, @clientid@)
2626
AND nvl(c.cmc_account_id, '') = DECODE('@cmc_account_id@', '', nvl(c.cmc_account_id, ''), '@cmc_account_id@')
2727
AND nvl(c.customer_number, '') = DECODE('@customer_number@', '', nvl(c.customer_number, ''), '@customer_number@')
28-
AND p.status_id in (4, 5, 6, 7, 8, 11)
28+
AND p.status_id in (4, 5, 6, 7, 8, 11, 9, 10)
2929
AND p.project_category_id not in (29)

0 commit comments

Comments
 (0)