mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:34:39 -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) {
|
if(!$xag) {
|
||||||
|
|
||||||
$xag = new \App\Models\Currency();
|
$xag = new \App\Models\Currency();
|
||||||
$xag->id = 115;
|
$xag->id = 116;
|
||||||
$xag->code = 'XAG';
|
$xag->code = 'XAG';
|
||||||
$xag->name = 'Silver Troy Ounce';
|
$xag->name = 'Silver Troy Ounce';
|
||||||
$xag->symbol = 'XAG';
|
$xag->symbol = 'XAG';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user