AnayShukla commited on
Commit
34a6145
·
1 Parent(s): 0ac2772
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -623,6 +623,7 @@ async def get_manager_team(team_id: int):
623
  # --- CRITICAL FIX: TRUE SELLING PRICE ---
624
  # Overwrite the global "Cost Price" with the user's personal "Selling Price"
625
  proj_dict["Price"] = pick["selling_price"]
 
626
 
627
  # Add photos if needed
628
  base_row = app_data.finalized_df[app_data.finalized_df["id"] == pid]
 
623
  # --- CRITICAL FIX: TRUE SELLING PRICE ---
624
  # Overwrite the global "Cost Price" with the user's personal "Selling Price"
625
  proj_dict["Price"] = pick["selling_price"]
626
+ proj_dict["sell_price"] = pick["selling_price"]
627
 
628
  # Add photos if needed
629
  base_row = app_data.finalized_df[app_data.finalized_df["id"] == pid]