Merged in bugfix/HIMA-896_cart-details-css (pull request #825)

HIMA_896 cart details CSS
This commit is contained in:
Adrian Toczydłowski
2019-12-09 15:59:05 +00:00
committed by Eraldo Hasanaj
2 changed files with 2 additions and 1 deletions

View File

@@ -122,6 +122,7 @@
&-date {
font-size: 14px;
font-weight: bold;
}
&-dropdown {

View File

@@ -134,7 +134,7 @@ export class RemissionFinishComponent implements OnInit, OnDestroy {
containerId: this.containerId
})
.pipe(
switchMap(response => {
switchMap((response: any) => {
if (response && response.error) {
this.showError = true;
if (response.errorReasons && response.message && isNullOrUndefined(response.errorReasons.PackageCode)) {