amended upload for recurring

This commit is contained in:
piratefinn 2018-03-05 15:35:26 +00:00
parent f5c0a76032
commit 6e9f4133d2

View file

@ -199,7 +199,7 @@ export class AddDataComponent implements OnInit {
organisation_id : this.organisationId, organisation_id : this.organisationId,
category : this.categoryId, category : this.categoryId,
essential : this.essentialPurchase, essential : this.essentialPurchase,
recurring : this.recurringPurchase, recurring : this.recurringType,
}; };
break; break;
case 2: case 2:
@ -209,7 +209,7 @@ export class AddDataComponent implements OnInit {
purchase_time : purchaseTime, purchase_time : purchaseTime,
organisation_id : this.organisationId, organisation_id : this.organisationId,
essential : this.essentialPurchase, essential : this.essentialPurchase,
recurring : this.recurringPurchase, recurring : this.recurringType,
}; };
break; break;
case 3: case 3:
@ -222,7 +222,7 @@ export class AddDataComponent implements OnInit {
town : this.submitOrg.town, town : this.submitOrg.town,
postcode : this.submitOrg.postcode, postcode : this.submitOrg.postcode,
essential : this.essentialPurchase, essential : this.essentialPurchase,
recurring : this.recurringPurchase, recurring : this.recurringType,
}; };
break; break;
} }