Page 1 of 1

Suppress fields in "insert client" page

Posted: Tue Aug 02, 2016 11:22 pm
by clayton256
Hi,

I'm starting to use HD for our campground my wife and I bought last year. (And what a long year it's been!) We are in the USA so the "Documents" section distracts our staff taking reservations. I commented out lines 2220-2255 of clients.php so that the "documents" section doesn't show up. But is this safe to do? I assume un-initialized data will be inserted into the database? Do I run the risk of trashing my system running this way? Any input is greatly appreciated!

Thanks!
Mark Clayton
Lizard Creek Campground

Re: Suppress fields in "insert client" page

Posted: Mon Feb 13, 2017 4:05 pm
by marco
Hello Mark,
if you only delete the "echo" lines there is no risk. Just remember you'll have to do again this change each time you want to upgrade.

Regards,
Marco

Re: Suppress fields in "insert client" page

Posted: Tue Feb 14, 2017 3:15 pm
by clayton256
Thanks Marco

That's a much better solution!

I don't mind managing customizations. It's pretty easy since I manage my changes to your code with git.

Thanks again,
Mark