It was showing up for regular users as well which is why I couldn't figure out what was going on.. If it were only showing up for admins, it wouldn't have been a problem. It's strange, because it does say "owneradminonly".. But anyway, I figured a hack to make it not visible - in items.php I changed:
Code:
"paystatus" => array(
"type"=>"INT",
"create_form: form invisible",
"form readonly",
"owneradminonly",
"details",
"default"=>1,
),
To:
Code:
"paystatus" => array(
"type"=>"INT",
"form invisible",
"no column",
),
If there is a better way to do it, please let me know!
