feat: sell_from_stock for marketplaces
This commit is contained in:
@@ -53,7 +53,8 @@ class Marketplace(BaseSiproModel):
|
||||
sell_mixes: Mapped[bool] = mapped_column()
|
||||
sell_blocks: Mapped[bool] = mapped_column()
|
||||
sell_warehouse_products: Mapped[bool] = mapped_column()
|
||||
sell_from_price: Mapped[bool] = mapped_column()
|
||||
sell_from_price: Mapped[int] = mapped_column()
|
||||
sell_from_stock: Mapped[int] = mapped_column()
|
||||
is_deleted: Mapped[bool] = mapped_column()
|
||||
is_paused: Mapped[bool] = mapped_column()
|
||||
send_stocks: Mapped[bool] = mapped_column()
|
||||
|
||||
Reference in New Issue
Block a user