diff --git a/.gitignore b/.gitignore index 4f688793b45c..517c11cf5b8e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /app/config/staging +/public/logo /bootstrap/compiled.php /vendor composer.phar diff --git a/README.md b/README.md index e84c2f08a7f9..8543564af897 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,5 @@ Configure config/database.php and then initialize the database * [Intervention/image](https://github.com/Intervention/image) - PHP Image Manipulation * [webpatser/laravel-countries](https://github.com/webpatser/laravel-countries) - Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries * [briannesbitt/Carbon](https://github.com/briannesbitt/Carbon) - A simple API extension for DateTime with PHP 5.3+ -* [thomaspark/bootswatch](https://github.com/thomaspark/bootswatch) - Themes for Bootstrap \ No newline at end of file +* [thomaspark/bootswatch](https://github.com/thomaspark/bootswatch) - Themes for Bootstrap +* [mozilla/pdf.js)](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript \ No newline at end of file diff --git a/app/views/clients/show.blade.php b/app/views/clients/show.blade.php index a6dd573cc005..f1577c77ef91 100755 --- a/app/views/clients/show.blade.php +++ b/app/views/clients/show.blade.php @@ -20,7 +20,7 @@ ) ) , array('id'=>'actionDropDown'))->split(); }} - {{ Button::primary_link(URL::to('invoices/create/' . $client->id), 'Create Invoice') }} + {{ Button::primary_link(URL::to('invoices/create/' . $client->public_id), 'Create Invoice') }} {{ Former::close() }} diff --git a/app/views/invoices/edit.blade.php b/app/views/invoices/edit.blade.php index 2ee9b1c06a1a..44adbd676908 100755 --- a/app/views/invoices/edit.blade.php +++ b/app/views/invoices/edit.blade.php @@ -153,7 +153,7 @@ - +