oro-sdk 5.6.0 → 5.6.1-dev1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1875,9 +1875,9 @@ function _createRefill() {
1875
1875
  if (onProgress) onProgress(currentStep++ / stepsTotalNum, 'store_patient_data');
1876
1876
  _context.next = 20;
1877
1877
  return oroClient.getOrInsertJsonData(lockboxUuid, populatedRefillWorkflow, {
1878
- category: MetadataCategory.Refill,
1878
+ category: MetadataCategory.Consultation,
1879
1879
  documentType: DocumentType.PopulatedWorkflowData,
1880
- consultationIds: [newConsult.uuid]
1880
+ consultationId: newConsult.uuid
1881
1881
  }, {}, {
1882
1882
  withNotification: true,
1883
1883
  forceReplace: false,