mirror of
https://github.com/internetee/registry.git
synced 2025-08-26 19:13:40 +02:00
Revert fixtures from #509
This commit is contained in:
parent
8237bcceb0
commit
3a85147887
2 changed files with 5 additions and 5 deletions
2
test/fixtures/invoice_items.yml
vendored
2
test/fixtures/invoice_items.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
DEFAULTS: &DEFAULTS
|
||||
description: Acme services
|
||||
quantity: 2
|
||||
amount: 2
|
||||
unit: pc
|
||||
price: 5
|
||||
|
||||
|
|
8
test/fixtures/invoices.yml
vendored
8
test/fixtures/invoices.yml
vendored
|
@ -1,19 +1,19 @@
|
|||
DEFAULTS: &DEFAULTS
|
||||
created_at: <%= Date.parse '2010-07-05' %>
|
||||
due_date: <%= Date.parse '2010-07-06' %>
|
||||
invoice_type: DEB
|
||||
currency: EUR
|
||||
seller_name: John Doe
|
||||
seller_iban: 1234
|
||||
buyer_name: Jane Doe
|
||||
vat_rate: 0.2
|
||||
total: 20
|
||||
vat_prc: 0.2
|
||||
|
||||
valid:
|
||||
<<: *DEFAULTS
|
||||
|
||||
exported:
|
||||
<<: *DEFAULTS
|
||||
exported: true
|
||||
in_directo: true
|
||||
|
||||
cancelled:
|
||||
<<: *DEFAULTS
|
||||
|
@ -21,7 +21,7 @@ cancelled:
|
|||
|
||||
paid:
|
||||
<<: *DEFAULTS
|
||||
total: 1
|
||||
sum_cache: 1
|
||||
|
||||
outstanding:
|
||||
<<: *DEFAULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue