ng-easycommerce 0.0.448 → 0.0.449

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ # version 0.0.449
2
+ - Se quitan los decimales para la moneda de Suecia (SEK)
3
+
1
4
  # version 0.0.448
2
5
  - Se agrega la funcionalidad para poder ordenar por columnas las ordenes de los clientes.
3
6
  - Se modifica la funcion setSearchValue de header-ec para que acepte una funcion que se ejecuta al presionar enter.
@@ -419,7 +419,7 @@
419
419
  code: 'SEK',
420
420
  symbol: 'SEK',
421
421
  position: 'R',
422
- withoutDecimals: false
422
+ withoutDecimals: true
423
423
  }
424
424
  ];
425
425
  _this.currency = currencyTypeCofig.find(function (ct) { return ct.code == currencyTypeFind.toUpperCase(); }) || _this.currency;