Skip to content

Commit

Permalink
invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroziux committed Sep 17, 2015
1 parent 35141a4 commit c7aaae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/app/ventas/ventas_pos_invoice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="col-sm-5 page" >
<div class="block center-block factura">
<div class="block-content text-center ">
<img src="{{ $venta->tiendas->company->logo }}" class="center-block push-10" width="300"
<img src="{{ $venta->tiendas->company->logo }}" class="center-block push-10" width="262"
height="100">

<h1 class="page">{{ $venta->tiendas->tienda }}</h1>
Expand Down Expand Up @@ -159,7 +159,7 @@
<div class="col-sm-5">
<div class="block center-block factura">
<div class="block-content text-center">
<img src="{{ $venta->tiendas->company->logo }}" class="center-block push-10" width="300"
<img src="{{ $venta->tiendas->company->logo }}" class="center-block push-10" width="262"
height="100">

<h1>{{ $venta->tiendas->tienda }}</h1>
Expand Down

0 comments on commit c7aaae3

Please sign in to comment.