From 701840abd160602bd2d09041fe7e6d58ac9f8c1a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 18 May 2025 08:33:18 -0400 Subject: [PATCH] Removed product id --- app/models/transaction_offers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/transaction_offers.py b/app/models/transaction_offers.py index 3c03c30..87b42a9 100644 --- a/app/models/transaction_offers.py +++ b/app/models/transaction_offers.py @@ -36,7 +36,7 @@ class TransactionOffer(db.Model): transaction_offer = cls.query.filter_by( id = transaction_offer, customer_id = customer_id, - product_id = product_id + # product_id = product_id # transaction_id = transaction_id, ).first()