Revert "Planillas en pdf sin bonos por haber agregado la pantalla de bonos"
This reverts commit d52382c1dc
.
This commit is contained in:
parent
d52382c1dc
commit
2b68c2ea8d
File diff suppressed because it is too large
Load Diff
|
@ -37,4 +37,16 @@
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@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>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue