When a customer is created, proceed to CustomersN.

This commit is contained in:
Paul van Tilburg 2011-11-10 15:23:09 +01:00
parent 75e9d3b235
commit 7119c2872c
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ module StopTime::Controllers
@button = "create" @button = "create"
return render :customer_form return render :customer_form
end end
redirect R(Customers) redirect R(CustomersN, @customer.id)
end end
end end