mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
No id required
This commit is contained in:
@@ -20,7 +20,7 @@ post 'qbo/webhook', :to => 'qbo#webhook'
|
|||||||
|
|
||||||
# Estimate & Invoice PDF
|
# Estimate & Invoice PDF
|
||||||
get 'estimates/:id', :to => 'estimate#show', as: :estimate
|
get 'estimates/:id', :to => 'estimate#show', as: :estimate
|
||||||
get 'estimates/doc/:id', :to => 'estimate#doc', as: :estimate_doc
|
get 'estimates/doc/', :to => 'estimate#doc', as: :estimate_doc
|
||||||
get 'invoices/:id', :to => 'invoice#show', as: :invoice
|
get 'invoices/:id', :to => 'invoice#show', as: :invoice
|
||||||
|
|
||||||
#manual billing
|
#manual billing
|
||||||
|
|||||||
Reference in New Issue
Block a user