mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 09:13:58 -05:00
Merge branch 'master' into symbols
This commit is contained in:
2
init.rb
2
init.rb
@@ -14,7 +14,7 @@ Redmine::Plugin.register :redmine_qbo do
|
|||||||
name 'Redmine QBO plugin'
|
name 'Redmine QBO plugin'
|
||||||
author 'Rick Barrette'
|
author 'Rick Barrette'
|
||||||
description 'This is a plugin for Redmine to intergrate with Quickbooks Online to allow for seamless intergration CRM and invoicing of completed issues'
|
description 'This is a plugin for Redmine to intergrate with Quickbooks Online to allow for seamless intergration CRM and invoicing of completed issues'
|
||||||
version '2026.1.6'
|
version '2026.1.7'
|
||||||
url 'https://github.com/rickbarrette/redmine_qbo'
|
url 'https://github.com/rickbarrette/redmine_qbo'
|
||||||
author_url 'https://barrettefabrication.com'
|
author_url 'https://barrettefabrication.com'
|
||||||
settings default: {'empty' => true}, partial: 'qbo/settings'
|
settings default: {'empty' => true}, partial: 'qbo/settings'
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ module Hooks
|
|||||||
context[:controller].send(:render_to_string, {
|
context[:controller].send(:render_to_string, {
|
||||||
partial: 'issues/show_details',
|
partial: 'issues/show_details',
|
||||||
locals: {
|
locals: {
|
||||||
customer: issue.customer ? link_to(issue.customer): nill,
|
customer: issue.customer ? link_to(issue.customer) : nil,
|
||||||
estimate_link: issue.estimate ? link_to(issue.estimate, issue.estimate, target: :_blank) : nil,
|
estimate_link: issue.estimate ? link_to(issue.estimate, issue.estimate, target: :_blank) : nil,
|
||||||
invoice_link: invoice_link.html_safe,
|
invoice_link: invoice_link.html_safe,
|
||||||
issue: issue
|
issue: issue
|
||||||
|
|||||||
Reference in New Issue
Block a user