Bug fix in order cart line model.

This commit is contained in:
Scott Idem
2021-08-07 18:59:35 -04:00
parent 562a3ffa36
commit 5e02b424a8
4 changed files with 6 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ class Order_Cart_Line_Base(BaseModel):
product_unit_price: Optional[int] # Copied from product record
product_recurring: Optional[bool] # Copied from product record
curr_product_id_random: str # Should be the same as product_id_random above
curr_product_id_random: Optional[str] # Should be the same as product_id_random above
curr_product_id: Optional[int] # Should be the same as product_id above
curr_product_for_type: Optional[str] # Dynamic from v_order_current_line
curr_product_for_id_random: Optional[str] # Dynamic from v_order_current_line