Commit 27ccc80230265f35781e0f104aafd0cbac22db6d

Authored by Marcelo Puebla
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !35
src/views/modal-ultimos-despachos.html
... ... @@ -26,10 +26,10 @@
26 26 type="button"
27 27 class="btn p-1 text-secondary float-right border"
28 28 ng-click="manguera.show = !manguera.show">
29   - <i ng-show="manguera.show" class="fa fa-minus px-1"></i>
30   - <i ng-show="!manguera.show" class="fa fa-plus px-1"></i>
  29 + <i ng-show="!manguera.show" class="fa fa-minus px-1"></i>
  30 + <i ng-show="manguera.show" class="fa fa-plus px-1"></i>
31 31 </button>
32   - <table class="table table-sm table-striped" ng-show="manguera.show">
  32 + <table class="table table-sm table-striped" ng-show="!manguera.show">
33 33 <tbody>
34 34 <tr>
35 35 <td class="py-2 py-sm-1" ng-bind="producto.despachos[0].FEC | date:'dd/MM/yyyy hh:MM:ss'"></td>