mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated translations
This commit is contained in:
parent
1233cfc0c2
commit
b3ac20826b
@ -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;
|
||||||
|
@ -106,7 +106,7 @@ class InvoicesTest extends TestCase
|
|||||||
->assertSee($paid->number)
|
->assertSee($paid->number)
|
||||||
->assertDontSee($unpaid->number);
|
->assertDontSee($unpaid->number);
|
||||||
|
|
||||||
$user->forceDelete();
|
$account->delete();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user