Fix Split Bill

This commit is contained in:
Aditya Siregar
2025-08-07 22:45:02 +07:00
parent 3696451dc6
commit 93a3b29ae9
24 changed files with 894 additions and 197 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func OutletModelResponseToResponse(model *models.OutletResponse) contract.Outlet
OrganizationID: model.OrganizationID,
Name: model.Name,
Address: *model.Address,
BusinessType: string(constants.BusinessTypeRestaurant), // Default business type
BusinessType: string(constants.BusinessTypeRestaurant),
Currency: model.Currency,
TaxRate: model.TaxRate,
IsActive: model.IsActive,