Fix column names in saveWizard.cfm for production DB
- BusinessCommunityMealType → CommunityMealType - BusinessAddedOn → AddedOn Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a2be30b952
commit
e4422996b2
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ try {
|
||||||
|
|
||||||
// Create new business with address link and phone
|
// Create new business with address link and phone
|
||||||
queryTimed("
|
queryTimed("
|
||||||
INSERT INTO Businesses (Name, Phone, UserID, AddressID, DeliveryZIPCodes, BusinessCommunityMealType, TaxRate, BusinessAddedOn)
|
INSERT INTO Businesses (Name, Phone, UserID, AddressID, DeliveryZIPCodes, CommunityMealType, TaxRate, AddedOn)
|
||||||
VALUES (:name, :phone, :userId, :addressId, :deliveryZips, :communityMealType, :taxRate, NOW())
|
VALUES (:name, :phone, :userId, :addressId, :deliveryZips, :communityMealType, :taxRate, NOW())
|
||||||
", {
|
", {
|
||||||
name: bizName,
|
name: bizName,
|
||||||
|
|
|
||||||
Reference in a new issue