We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f93ac99 + 4d37f57 commit 8bbfaecCopy full SHA for 8bbfaec
backend/lcfs/web/api/other_uses/repo.py
@@ -279,6 +279,8 @@ async def get_other_use(self, other_uses_id: int) -> OtherUses:
279
joinedload(OtherUses.fuel_category),
280
joinedload(OtherUses.fuel_type),
281
joinedload(OtherUses.expected_use),
282
+ joinedload(OtherUses.provision_of_the_act),
283
+ joinedload(OtherUses.fuel_code),
284
)
285
.where(OtherUses.other_uses_id == other_uses_id)
286
0 commit comments