data not adding to database
hello
I have problem with adding new collumns. I made all changes which were described in instruction included here:
http://www.tmib.net/adding-custom-text-fields-tickets(http://www.tmib.net/adding-custom-text-fields-tickets)
when I want to add new ticket, new fields appear but after sumbitting form there is no validation for new fields and data from new fields is not adding to database (new ticket is created but new fields have "NULL" value).
What can be wrong?
in instruction only one thing is understable for me, why in line below should be "agency" not "orderNumber" ?
'agency' => $this->getOrderNumber(),
Thanks in advance for all asistance :-)