Redirect to the customer after editing it

All other edit/forms redirect to the same page, why not this one?
This commit is contained in:
Paul van Tilburg 2018-10-15 19:43:24 +02:00
parent 157af0c2c3
commit d89f9ac65b
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ module StopTime::Controllers
return render :customer_form
end
end
redirect R(Customers)
redirect R(CustomersN, customer_id)
end
end # class StopTime::Controllers::CustomersN