Oh, ouch! Now that would be tough. I am assuming you are
considering the "ticket parts" thing. You might try
looking at the way the table is set up. I don't know if it
will allow for negative numbers or not. If it does, then
you would need to modify the quantity field in that table
to allow for negitive numbers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I figured it out I had to change one of the types the table
to not be zero filled and it solved my issue with the
negative numbers works great.
I am also going to try adding automatic filling of the name
email address and a few other things so that the user
doesnt have to type these in every time they add a new
ticket.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=385722
Oh, ouch! Now that would be tough. I am assuming you are
considering the "ticket parts" thing. You might try
looking at the way the table is set up. I don't know if it
will allow for negative numbers or not. If it does, then
you would need to modify the quantity field in that table
to allow for negitive numbers.
Logged In: NO
I figured it out I had to change one of the types the table
to not be zero filled and it solved my issue with the
negative numbers works great.
I am also going to try adding automatic filling of the name
email address and a few other things so that the user
doesnt have to type these in every time they add a new
ticket.