Bug fix in order cart line model.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user