Commit 1bc34d717ded0805c42eae2edfe6c8d926a27476

Authored by Marcelo Puebla
1 parent 4003950df3
Exists in master

Usado detalle largo en descripcion.

src/app/components/inicio/inicio.component.html
... ... @@ -120,7 +120,7 @@
120 120  
121 121 <div class="row justify-content-between m-3">
122 122 <div class="col-12 text-left px-1">
123   - <p class="h6 font-weight-bold mb-0">{{productoAcargar.DetArt}}</p>
  123 + <p class="h6 font-weight-bold mb-0">{{productoAcargar.DET_LAR}}</p>
124 124 </div>
125 125 <div class="col-12 text-right mt-2">
126 126 <p class="h5 font-weight-bold mb-0">{{productoAcargar.PreVen | currency}}</p>
... ... @@ -136,7 +136,7 @@
136 136  
137 137 <div class="row justify-content-between m-3">
138 138 <div class="col-12 text-left px-1">
139   - <p class="h6 font-weight-bold mb-0">{{promoAcargar.DetArt}}</p>
  139 + <p class="h6 font-weight-bold mb-0">{{promoAcargar.DET_LAR}}</p>
140 140 </div>
141 141 <div class="col-12 text-right mt-2 align-self-end">
142 142 <p class="h5 font-weight-bold mb-0">{{promoAcargar.PreVen | currency}}</p>