]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix a pcrud bug. Create method wasn't working because we were
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 10 Jun 2010 14:35:01 +0000 (14:35 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 10 Jun 2010 14:35:01 +0000 (14:35 +0000)
commitc9a677a7a5230fd78f61aabec7d22739ef55ef58
tree453ef5f7cbf3fdd1eaa9d797e0af2b24454f77e4
parent5748c98323ac1ae5c892ab0375b2a36082772192
Fix a pcrud bug.  Create method wasn't working because we were
foolishly trying to fetch the record that hadn't been created
yet, in order to test its ownership.

M    Open-ILS/src/c-apps/oils_sql.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16649 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_sql.c