mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
fix route to admin#order#invoice#generate
This commit is contained in:
@@ -110,7 +110,7 @@ Spree::Core::Engine.routes.draw do
|
||||
resources :adjustments
|
||||
resources :invoices, only: [:index]
|
||||
resource :invoices, only: [] do
|
||||
post :generate, to: :generate
|
||||
post :generate
|
||||
end
|
||||
|
||||
resources :payments do
|
||||
|
||||
Reference in New Issue
Block a user