12 lines
341 B
Diff
12 lines
341 B
Diff
Begin Patch
|
|
*** Update File: backend/app/api/pricing.py
|
|
@@ from backend.app.models.business import
|
|
from backend.app.models.business import (
|
|
ProductPriceTier,
|
|
ProductPricingRule,
|
|
SupplierProductCost,
|
|
)
|
|
+from backend.app.models.business import Product
|
|
from backend.app.schemas.common import success_payload
|
|
*** End Patch
|