mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:14:30 -04:00
Fixes for currency seeder ids
This commit is contained in:
parent
78af5eab30
commit
30f2843fbd
@ -22,7 +22,7 @@ return new class extends Migration
|
||||
if(!$xag) {
|
||||
|
||||
$xag = new \App\Models\Currency();
|
||||
$xag->id = 115;
|
||||
$xag->id = 116;
|
||||
$xag->code = 'XAG';
|
||||
$xag->name = 'Silver Troy Ounce';
|
||||
$xag->symbol = 'XAG';
|
||||
|
Loading…
x
Reference in New Issue
Block a user