Skip to content

Commit

Permalink
Merge pull request #139 from lahirulakruwan/main
Browse files Browse the repository at this point in the history
Consumable weekly report api function sql query changes added
  • Loading branch information
YujithIsura committed Jul 23, 2024
2 parents ee0fe14 + 3116e64 commit 6078302
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 6078302

Please sign in to comment.