Complete refactoring of orders-workflow.
OrderResult tables are removed. Data consistency is now possible through new article.price-history (ArticlePrice). Balancing-workflow needs to be updated.
This commit is contained in:
parent
80287aeea4
commit
9eb2125f15
98 changed files with 1121 additions and 1717 deletions
1
vendor/plugins/prawnto/lib/prawnto.rb
vendored
1
vendor/plugins/prawnto/lib/prawnto.rb
vendored
|
|
@ -8,6 +8,7 @@ require 'prawnto/action_view'
|
|||
require 'prawnto/template_handler/compile_support'
|
||||
|
||||
require 'prawnto/template_handlers/base'
|
||||
require 'prawn/layout' # Added by benni
|
||||
#require 'prawnto/template_handlers/raw'
|
||||
|
||||
# for now applying to all Controllers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue