Merge branch 'feature/tw_automatic_group_order_invoice_generation'

This commit is contained in:
viehlieb 2022-03-01 13:31:29 +01:00
commit b2882d8592
25 changed files with 674 additions and 4 deletions

View file

@ -0,0 +1,7 @@
require 'factory_bot'
FactoryBot.define do
factory :group_order_invoice do
group_order { create :group_order }
end
end