Skip to content

Instantly share code, notes, and snippets.

@wake
Last active December 22, 2015 11:39
Show Gist options
  • Save wake/6467024 to your computer and use it in GitHub Desktop.
Save wake/6467024 to your computer and use it in GitHub Desktop.
Redmine ( and plugins ) My Update

Redmine Plugins My Update


Upgrade RedmineCRM Finance plugin to make it possible relative with invoices in all projects

Open controller file

vi redmine_finance/app/controllers/operation_invoices_controller.rb

find line:45

@project = Project.visible.find_by_param(params[:project_id])

change it to

@project = Project.visible.all

restart thin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment