Skip to content

Commit

Permalink
fix: Add Client charge with future due date
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Alberto Hernandez authored and alberto-art3ch committed May 24, 2024
1 parent 4972007 commit 3cc27c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class AddClientChargeComponent implements OnInit {
}

ngOnInit() {
this.maxDate = this.settingsService.businessDate;
this.maxDate = this.settingsService.maxFutureDate;
this.createClientsChargeForm();
this.buildDependencies();
}
Expand Down

0 comments on commit 3cc27c5

Please sign in to comment.