Fixed label formatting

This commit is contained in:
Hillel Coren 2015-05-31 21:19:45 +03:00
parent 69cd370744
commit ed189fcc23
3 changed files with 2 additions and 3 deletions

View File

@ -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;

View File

@ -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