Login  Register

Re: Delete a catlog Record which already check in and checked out

Posted by pedroparkero on Feb 22, 2012; 5:46am
URL: http://ngl.70.s1.nabble.com/problem-in-Check-in-and-check-out-tp6027050p7307308.html

select status from document where accession_number='898';
returns '8'.
select * from cir_transaction where accession_number='898';
returns 3 rows, and is attached as csv: query.csv
-------------------------------------------------
With great knowledge comes great responsibility.