Merge pull request '3832-client_balance_create' (#931) from 3832-client_balance_create into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #931 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
07a1388a94
|
@ -6,8 +6,11 @@ class Controller extends Dialog {
|
|||
super($element, $, $transclude);
|
||||
|
||||
this.vnReport = vnReport;
|
||||
|
||||
const tomorrow = new Date();
|
||||
tomorrow.setDate(tomorrow.getDate() + 1);
|
||||
this.receipt = {
|
||||
payed: new Date()
|
||||
payed: tomorrow
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue