1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

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',
'government' => 'Government',
'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact',
);
return $LANG;

View File

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