mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-14 12:04:24 +02:00
add Income reset date
This commit is contained in:
parent
28ec7883e2
commit
628fcda360
4 changed files with 19 additions and 10 deletions
|
@ -24,7 +24,6 @@ $reset_day = $config['reset_day'];
|
|||
if(empty($reset_day)){
|
||||
$reset_day = 1;
|
||||
}
|
||||
$reset_day = 20;
|
||||
//first day of month
|
||||
if($reset_day >= date("d")){
|
||||
$first_day_month = date('Y-m-'.$reset_day);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue