Updated translations

This commit is contained in:
David Bomba 2023-09-14 16:12:59 +10:00
parent 1233cfc0c2
commit b3ac20826b
2 changed files with 3 additions and 1 deletions

View File

@ -5165,6 +5165,8 @@ $LANG = array(
'charity' => 'Charity', 'charity' => 'Charity',
'government' => 'Government', 'government' => 'Government',
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact',
); );
return $LANG; return $LANG;

View File

@ -106,7 +106,7 @@ class InvoicesTest extends TestCase
->assertSee($paid->number) ->assertSee($paid->number)
->assertDontSee($unpaid->number); ->assertDontSee($unpaid->number);
$user->forceDelete(); $account->delete();
} }
} }