Skip to content

Commit

Permalink
Put package info in product description
Browse files Browse the repository at this point in the history
  • Loading branch information
b123400 committed Jan 7, 2025
1 parent e75839e commit 5770f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AmiKoDesitin/Prescription.m
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ - (ZurRosePrescription *)toZurRosePrescription {
product.insuranceBillingType = 1;
product.insuranceEanId = self.patient.insuranceGLN;
product.repetition = NO;
product.description_ = m.packageInfo;

ZurRosePosology *pos = [[ZurRosePosology alloc] init];
pos.posologyText = m.comment;
Expand Down

0 comments on commit 5770f42

Please sign in to comment.