Adopt model to allow FinancialTransaction without an ordergroup
This will allow us to add accounting for the foodcoop itself, to support listing for spendings independent of the order (e.g. rent, electricity).
This commit is contained in:
parent
1053b3883d
commit
1a49bee42d
11 changed files with 22 additions and 7 deletions
|
|
@ -3,6 +3,7 @@ class ApplicationController < ActionController::Base
|
|||
include Concerns::FoodcoopScope
|
||||
include Concerns::Auth
|
||||
include Concerns::Locale
|
||||
include PathHelper
|
||||
helper_method :current_user
|
||||
helper_method :available_locales
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue