Planillas en pdf sin bonos por haber agregado la pantalla de bonos
This commit is contained in:
parent
eea1f2c3a2
commit
d52382c1dc
2 changed files with 509 additions and 489 deletions
986
composer.lock
generated
986
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -37,16 +37,4 @@
|
|||
</tr>
|
||||
@endif
|
||||
@endforeach
|
||||
@foreach($subpedido->productos as $producto)
|
||||
@if($producto->bono)
|
||||
<tr>
|
||||
<td>
|
||||
{{ $producto->nombre }}
|
||||
</td>
|
||||
<td style="text-align: center">
|
||||
{{ $producto->pivot->cantidad }}
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
@endforeach
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue