This topic is locked
[SOLVED]

 add copy supress some values

3/21/2011 11:59:10 AM
PHPRunner General questions
W
wlueckemann author

Hallo,
(Please excuse my bad English)
I want to make some values ​​in the "copy" empty.

For example: A user wants to copy an Tourist customer. The Passportnumber should not to be copied.
Is there an easy way of supressing the copy for some variables?
Best regards
Walther

Sergey Kornilov admin 3/21/2011

Use CopyOnLoad event and the following code:

$values["Passportnumber"]="";


More info:

http://xlinesoft.com/phprunner/docs/onload.htm