Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openmrs/openmrs-core
base: 1555f99243c2
Choose a base ref
...
head repository: openmrs/openmrs-core
compare: d846c3fa80d8
Choose a head ref
  • 2 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 13, 2014

  1. Add order_type column to orders table - TRUNK-4287

    TRUNK-4287: order_type field added to Order.hbm.xml
    
    TRUNK-4287: Updated OrderService.getOrders(...) and OrderService.getActiveOrders(...) that should use OrderType as a parameter, not a java class
    
    TRUNK-4287: Boundaries removed from OrderService.getOrders(...), OrderService.getActiveOrders(...) and OrderService.getOrder(...)
    
    TRUNK-4287: Changed the methods in the OrderDAO.java and in the HibernateOrderDAO.java implementation
    
    TRUNK-4287: Set order_type column
    
    TRUNK-4287: Test if there's any order which has no type, then set all orders with a matching row in the test_order or drug_order table of their type
    
    TRUNK-4287: Changes applied as advised
    Andrew Szell authored and wluyima committed Mar 13, 2014
    Copy the full SHA
    3303068 View commit details
    Browse the repository at this point in the history
  2. Follow up to Add order_type column to orders table - TRUNK-4287

    Follow  - TRUNK-4287
    wluyima committed Mar 13, 2014
    Copy the full SHA
    d846c3f View commit details
    Browse the repository at this point in the history