mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-16 02:12:54 -05:00
v6 update
This commit is contained in:
@@ -36,7 +36,7 @@ class TaxFactory extends Factory
|
||||
'amount' => $this->faker->randomDigitNotNull,
|
||||
'compound_tax' => $this->faker->randomDigitNotNull,
|
||||
'base_amount' => $this->faker->randomDigitNotNull,
|
||||
'currency_id' => Currency::where('name', 'US Dollar')->first()->company_id,
|
||||
'currency_id' => Currency::where('name', 'US Dollar')->first()->id,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user