Skip to content

Commit

Permalink
Consumable weekly report api sql query changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirulakruwan committed Jul 23, 2024
1 parent 19c570b commit 3116e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -5014,7 +5014,7 @@ lock {
I.consumable_id,
I.organization_id,
I.person_id,
I.quantity,
I.prev_quantity,
COALESCE(SUM_In.quantity_in_sum, 0.00) AS quantity_in,
COALESCE(SUM_Out.quantity_out_sum, 0.00) AS quantity_out,
RP.id AS resource_property_id,
Expand Down

0 comments on commit 3116e64

Please sign in to comment.