<!---
This file is Copyright © 1998-2009 by Home Care Business Services. This work may not be reproduced, in whole or in part, 
using any medium, including, but not limited to, electronic transmission, CD-ROM or published in print, without the express 
permission of Home Care Business Services.

$Revision: 1.3 $
$Id: undelete_supply.cfm,v 1.3 2009/02/16 20:14:59 arlen Exp $
$Date: 2009/02/16 20:14:59 $
--->

<cfquery  name="UpdateSupply" datasource="#Application.DataSrc#">
	Update #Request.prefix_db_lookup#.Supply_Sched
	Set
	Deleted = 1
	WHERE Supply_Sched_ID = #url.SID#
</cfquery>

<!--- End page specific code --->

<cflocation url="index.cfm?page=reports&cat=activity&rpt=supply_visit_list&ID=#url.ID#" addtoken="no">
