Unverified Commit 5928b6b7 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1194 from ever-co/fix/#1193-cash-payment-not-editable

fix: cash payment not editable
parents 9de9f488 b2d6a2b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ export class WarehouseManageComponent implements OnInit {
				deliveryAreas: tabsInfoRaw.deliveryAreas,
				isPaymentEnabled: tabsInfoRaw.isPaymentEnabled,
				paymentGateways: tabsInfoRaw.paymentsGateways,
				isCashPaymentEnabled: tabsInfoRaw.isCashPaymentEnabled,
			};

			const username = this.tabsForm.value.account['username'];