Update fixtures

#623
This commit is contained in:
Artur Beljajev 2018-03-12 11:35:34 +02:00
parent 57ab19d86a
commit 7cc479c3fe
2 changed files with 10 additions and 10 deletions

View file

@ -1,13 +1,13 @@
DEFAULTS: &DEFAULTS one:
description: Acme services description: Acme services
price: 5
amount: 1
unit: pc
invoice: valid
two:
description: Acme services
price: 5
amount: 2 amount: 2
unit: pc unit: pc
price: 5
valid:
<<: *DEFAULTS
invoice: valid
another:
<<: *DEFAULTS
invoice: valid invoice: valid

View file

@ -6,7 +6,7 @@ DEFAULTS: &DEFAULTS
seller_iban: 1234 seller_iban: 1234
buyer: bestnames buyer: bestnames
buyer_name: Jane Doe buyer_name: Jane Doe
vat_rate: 0.2 vat_rate: 0.1
valid: valid:
<<: *DEFAULTS <<: *DEFAULTS