mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixed label formatting
This commit is contained in:
parent
69cd370744
commit
ed189fcc23
@ -49,7 +49,6 @@ class ClientRepository
|
|||||||
{
|
{
|
||||||
if (!$publicId || $publicId == "-1") {
|
if (!$publicId || $publicId == "-1") {
|
||||||
$client = Client::createNew();
|
$client = Client::createNew();
|
||||||
$client->currency_id = 1;
|
|
||||||
$contact = Contact::createNew();
|
$contact = Contact::createNew();
|
||||||
$contact->is_primary = true;
|
$contact->is_primary = true;
|
||||||
$contact->send_invoice = true;
|
$contact->send_invoice = true;
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Where Former should look for translations
|
// Where Former should look for translations
|
||||||
'translate_from' => 'validation.attributes',
|
'translate_from' => 'texts',
|
||||||
|
|
||||||
// Whether text that comes out of the translated
|
// Whether text that comes out of the translated
|
||||||
// should be capitalized (ex: email => Email) automatically
|
// should be capitalized (ex: email => Email) automatically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user