mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update qbo_controller.rb
This commit is contained in:
@@ -63,6 +63,15 @@ class QboController < ApplicationController
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Manual Billing
|
||||||
|
def bill
|
||||||
|
if session[:issue_id]
|
||||||
|
i = Issue.find session[:issue_id]
|
||||||
|
i.bill_time if i
|
||||||
|
redirect_to i, :flash => { :notice => "Successfully Billed #{i.customer.name}" }
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# Quickbooks Webhook Callback
|
# Quickbooks Webhook Callback
|
||||||
def qbo_webhook
|
def qbo_webhook
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user