Skip to content

Commit

Permalink
allow extension of order functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Apr 22, 2024
1 parent 2aa2bbf commit 6a78736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.openmrs.module.webservices.rest.web.resource.impl.DelegatingResourceDescription;
import org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_10.OrderResource1_10;

@Resource(name = RestConstants.VERSION_1 + "/order", supportedClass = Order.class, supportedOpenmrsVersions = { "2.2.* - 9.*" })
@Resource(name = RestConstants.VERSION_1 + "/order", supportedClass = Order.class, supportedOpenmrsVersions = { "2.2.* - 2.5.*" })
public class OrderResource2_2 extends OrderResource1_10 {

/**
Expand Down

0 comments on commit 6a78736

Please sign in to comment.