Commit ef4ce18e2e7ed2fc40a3973e9defa8c8d6a37a3c
Exists in
master
Merge branch 'master' into 'master'
correccion texto y margen DF See merge request !4
Showing
1 changed file
Show diff stats
src/views/cobranza.html
| ... | ... | @@ -170,7 +170,7 @@ |
| 170 | 170 | <td class="text-right ml-auto table-celda-total no-border-top"> |
| 171 | 171 | <strong>DF:</strong> |
| 172 | 172 | </td> |
| 173 | - <td class="table-celda-total text-right no-border-top"> | |
| 173 | + <td class="table-celda-total text-right no-border-top mr-1"> | |
| 174 | 174 | <strong>{{((getTotalCobrado() - getTotalDeuda()) / |
| 175 | 175 | cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} |
| 176 | 176 | </strong> |
| ... | ... | @@ -252,7 +252,7 @@ |
| 252 | 252 | <a ng-bind="cobrosTabla.length"></a> |
| 253 | 253 | </td> |
| 254 | 254 | <td class="text-right ml-auto table-celda-total no-border-top"> |
| 255 | - <strong>Total Deuda:</strong> | |
| 255 | + <strong>Cancela:</strong> | |
| 256 | 256 | </td> |
| 257 | 257 | <td class="table-celda-total text-right no-border-top"> |
| 258 | 258 | <strong>{{(getTotalDeuda() / cobranza.cotizacion.VENDEDOR) | |
| ... | ... | @@ -268,7 +268,7 @@ |
| 268 | 268 | <td class="text-right ml-auto table-celda-total no-border-top"> |
| 269 | 269 | <strong>DF:</strong> |
| 270 | 270 | </td> |
| 271 | - <td class="table-celda-total text-right no-border-top"> | |
| 271 | + <td class="table-celda-total text-right no-border-top mr-1"> | |
| 272 | 272 | <strong>{{((getTotalCobrado() - getTotalDeuda()) / |
| 273 | 273 | cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} |
| 274 | 274 | </strong> |