changing the source code on an order

Good morning everyone!

In another attempt to correct my reporting challenges with On Account funds, I have attempted to change the source codes on some orders by going into the order tab on the patrons record and changing the code there. I can see that we changed 119 orders yesterday, but that is not reflected in the reporting. Any thoughts??

 

Thanks,

Lesley

Parents Reply
  • Kevin,

    I work with Lesley as the DBA at SLSO. I just ran this query for the source code in question and got no results. 

    select * from T_TRANSACTION where source_no = 50511

    Are you saying that when she changed the source code in the client, the source code was NOT changed in T_TRANSACTION? If so, it would make sense that I got no results.

    Do you you think it is safe for me to run an update query by order_no to change the source_no for these orders on the back end, or will that have unintended consequences?

    Thanks,

     

    Ashley Elliott

    Database Administrator

    St. Louis Symphony Orchestra

    314-286-4198

    ashleye@slso.org

Children