offer discount label issue fixed

MOHEMM-Q3-DEV-LATEST
Sultan Khan 4 years ago
parent 1be3babe65
commit 56b4a3e18b

@ -60,7 +60,9 @@ export class OfferDetailsComponent implements OnInit {
this.cs.navigateForward('/offersdiscount/location');
}
getLocation() {
this.cs.startLoading();
this.offersService.getOfferLocation({ OfferId: this.details.rowID }, () => { }, this.ts.trPK('general', 'retry')).subscribe((result) => {
this.cs.stopLoading();
result = JSON.parse(result.Mohemm_ITG_ResponseItem).result.data;
this.cs.sharedService.setSharedData(result, OfferDiscountService.selected_offers);
this.openLocation();

@ -1636,7 +1636,7 @@ ion-segment-button {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.concorrent-select .alert-radio-label{
padding: 0 28px 0 28px;
font-size: 12px;
.select-alert .alert-radio-label{
font-size: 12px !important;
}
Loading…
Cancel
Save