Topic: Week Closing
Hi all
Is there some way to change a closing time. Now it`s closing at 23:59, but I need to close at 21:00.
I watched source code (i`m not a good programmer) and I thought that I can change "TimeSpan tsDayClosing = new TimeSpan(24, 0, 0);"
to
"TimeSpan tsDayClosing = new TimeSpan(12, 0, 0);"
but it didn`t help.
Can you give some help or advise?