feat: attributes in cards and projects
This commit is contained in:
@@ -178,7 +178,7 @@ class ResiduesService(BaseService):
|
||||
pallet = ResidualPallet(client_id=client_id, created_at=datetime.now())
|
||||
self.session.add(pallet)
|
||||
await self.session.flush()
|
||||
await self._load_receipt_boxes(receipt_pallet.boxes, pallet.id)
|
||||
await self._load_receipt_boxes(receipt_pallet.boxes, None, pallet.id)
|
||||
await self._load_receipt_products(receipt_pallet.products, pallet_id=pallet.id)
|
||||
|
||||
async def _load_receipt_products(
|
||||
|
||||
Reference in New Issue
Block a user