Replace open days field with currency symbol
This commit is contained in:
@@ -83,7 +83,7 @@ def update_excel_variables(excel_path):
|
||||
'B2': user_data.get('store_name', ''),
|
||||
'B31': user_data.get('starting_date', ''),
|
||||
'B32': user_data.get('duration', 36),
|
||||
'B37': user_data.get('open_days_per_month', 0),
|
||||
'B37': user_data.get('currency_symbol', ''),
|
||||
|
||||
# Convenience store type
|
||||
'H37': user_data.get('convenience_store_type', {}).get('stores_number', 0),
|
||||
@@ -430,4 +430,4 @@ if __name__ == "__main__":
|
||||
excel_path = sys.argv[1]
|
||||
update_excel_variables(excel_path)
|
||||
else:
|
||||
print("Please provide the path to the Excel file as an argument")
|
||||
print("Please provide the path to the Excel file as an argument")
|
||||
|
||||
Reference in New Issue
Block a user