mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
fix for runtime in skills computer
Signed-off-by: Cael Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -277,7 +277,11 @@ What a mess.*/
|
|||||||
else
|
else
|
||||||
P.info += "<B>General Record Lost!</B><BR>"
|
P.info += "<B>General Record Lost!</B><BR>"
|
||||||
P.info += "</TT>"
|
P.info += "</TT>"
|
||||||
P.name = "Employment Record ([active1.fields["name"]])"
|
if(active1)
|
||||||
|
P.name = "Employment Record ([active1.fields["name"]])"
|
||||||
|
else
|
||||||
|
P.name = "Employment Record (Unknown/Invald Entry)"
|
||||||
|
log_debug("[usr] ([usr.ckey]) attempted to print a null employee record, this should be investigated.")
|
||||||
printing = null
|
printing = null
|
||||||
//RECORD DELETE
|
//RECORD DELETE
|
||||||
if ("Delete All Records")
|
if ("Delete All Records")
|
||||||
|
|||||||
Reference in New Issue
Block a user