Merge branch 'feature/tw_automatic_group_order_invoice_generation'
This commit is contained in:
commit
b2882d8592
25 changed files with 674 additions and 4 deletions
7
spec/factories/group_order_invoice.rb
Normal file
7
spec/factories/group_order_invoice.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'factory_bot'
|
||||
|
||||
FactoryBot.define do
|
||||
factory :group_order_invoice do
|
||||
group_order { create :group_order }
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue