Reorder bill chart [skip ci]

This commit is contained in:
James Cole
2015-07-01 13:18:50 +02:00
parent f28fdf8252
commit fc7d65629a
2 changed files with 10 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ class TestDataSeeder extends Seeder
'user_id' => $this->user->id,
'transaction_type_id' => 1,
'transaction_currency_id' => 1,
'bill_id' => 1,
'description' => $description,
'completed' => 1,
'date' => $date,