Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandong committed Apr 13, 2024
1 parent 75604c4 commit fbdb505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/model/AddressBook.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public void setProduct(Product target, Product editedProduct) {
currOrder.setCreationDate(orderList.getValue().getCreationDate());
currOrder.setDeadline(orderList.getValue().getDeadlineObject());
currOrder.setCustomer(orderList.getValue().getCustomer());
currOrder.setStageContext(orderList.getValue().getStageContext());
}
updatedOrders.addOrderWithID(currOrder, currOrder.getId());
}
Expand Down

0 comments on commit fbdb505

Please sign in to comment.