Hi Brian,
thanks a lot for this.
Elpidio
Telemed International wrote:
Hi All, I managed to sort out the second item regarding the file not found .I edited the script as follows
Script Name:modules/products/products-orderlist-final.php
if($cat=='pharma') {
$dbtable='care_pharma_orderlist';
$title=$LDPharmacy;
$breakfile=$root_path.'modules/pharmacy/apotheke.php';
}else{
$dbtable='care_med_orderlist';
$title=$LDMedDepot;
$breakfile=$root_path.'modules/med_depot/medlager.php';
}
$thisfile=basename(__FILE__);
//what it was before
//$breakfile=$root_path.$breakfile.URL_APPEND;
*//what it is now*
* $breakfile=$breakfile.URL_APPEND;*
Regards, Brian
*/Telemed International <[EMAIL PROTECTED]>/* wrote:
Hi
The Medibot and OrderBot in the Medical Depot and Pharmacy module
don't seem sto be working.When I select them nothing happens can
somebody please assist me.
Also when I try to end an order in the Medocal Depot and Pharmacy
I get the following error: file not found
Regards
Brian
____
------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Care2002-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/care2002-developers

