Skip to content

Commit

Permalink
Nombre de clientes en las facturas
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja José committed Sep 9, 2015
1 parent effbaaa commit 5a87077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/invoice/new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<section class="content" id="invoice-container" ng-controller="InvoiceController as invoice">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Crear nuevo </h3>
<h3 class="box-title">Crear nuevo --> {{$client->name}} {{$client->lastname_1}} </h3>
<div class="box-tools pull-right">
<button class="btn btn-success btn-xs" ng-click="invoice.createInvoice()"><i class="fa fa-floppy-o"></i> Crear recibo</button>
<button class="btn btn-danger btn-xs"><i class="fa fa-minus"></i> Descartar</button>
Expand Down

0 comments on commit 5a87077

Please sign in to comment.