amended upload for recurring
This commit is contained in:
parent
f5c0a76032
commit
6e9f4133d2
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue