mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Merge pull request #8704 from turbo124/v5-develop
Fixes for currency seeder ids
This commit is contained in:
		
						commit
						730c990bf2
					
				@ -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