Skip to content

Commit

Permalink
Added @SInCE value to OrderService.purgeOrder(Order, boolean) - TRUNK…
Browse files Browse the repository at this point in the history
…-3289
  • Loading branch information
wluyima committed Jun 11, 2013
1 parent 2475297 commit 7aded68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/openmrs/api/OrderService.java
Expand Up @@ -164,7 +164,7 @@ public static enum ORDER_STATUS {
* @param order The Order to remove from the system
* @param cascade
* @throws APIException
* @since
* @since 1.9.4
* @should delete order
* @should delete order when cascade is false
* @should delete order when cascade is true and also delete any Obs that references it
Expand Down

0 comments on commit 7aded68

Please sign in to comment.