Referral with word processor

Hi,

I am looking at creating a word processor on referral to other doctor by the changing the codes on transactions.php

I have added WSYSIG on it. However, I wonder how the code can be written to save on patient’s database. The codes are as below:

<?php //SANITIZE ALL ESCAPES $sanitize_all_escapes=true; // //STOP FAKE REGISTER GLOBALS $fake_register_globals=false; // include_once("../../globals.php"); include_once("$srcdir/transactions.inc"); ?>

Entry Title:

Entry Body:



I would appreciate if anyone can help me out with this.

Thanks

Hi jhunyan

For adding word processor on Referral, You have to modify the codes in add_transaction.php page. Currently looks like you are checking on the transactions.php file.

Thanks,
ViSolve