From 6e9f4133d25e7dc82dd35b017035b2144e7736b8 Mon Sep 17 00:00:00 2001 From: piratefinn Date: Mon, 5 Mar 2018 15:35:26 +0000 Subject: [PATCH] amended upload for recurring --- src/app/dashboard/add-data.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/dashboard/add-data.component.ts b/src/app/dashboard/add-data.component.ts index 0bedfb4..2d9f7f7 100644 --- a/src/app/dashboard/add-data.component.ts +++ b/src/app/dashboard/add-data.component.ts @@ -199,7 +199,7 @@ export class AddDataComponent implements OnInit { organisation_id : this.organisationId, category : this.categoryId, essential : this.essentialPurchase, - recurring : this.recurringPurchase, + recurring : this.recurringType, }; break; case 2: @@ -209,7 +209,7 @@ export class AddDataComponent implements OnInit { purchase_time : purchaseTime, organisation_id : this.organisationId, essential : this.essentialPurchase, - recurring : this.recurringPurchase, + recurring : this.recurringType, }; break; case 3: @@ -222,7 +222,7 @@ export class AddDataComponent implements OnInit { town : this.submitOrg.town, postcode : this.submitOrg.postcode, essential : this.essentialPurchase, - recurring : this.recurringPurchase, + recurring : this.recurringType, }; break; }