mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-03 17:13:23 -04:00
Removed an unnessary parenthesis in sql.
This commit is contained in:
parent
dc7dd4d01f
commit
d41f647211
@ -127,7 +127,7 @@ INSERT INTO transaction_types
|
||||
show_amount, show_description, show_soldto, show_soldby,
|
||||
fieldname_date, fieldname_soldby, message_transaction_id,
|
||||
fieldname_soldto, show_soldto_location, fieldname_description,
|
||||
accounting_group, show_payment)
|
||||
accounting_group, show_payment
|
||||
) VALUES
|
||||
("Build Your Own Bike", 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1),
|
||||
("Bicycles", 2, 1, 1, 1, 1, 0, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user