fix equals, update without changes
This commit is contained in:
@@ -145,7 +145,7 @@ export class PageTurnover implements OnInit {
|
||||
}
|
||||
|
||||
this.working = true;
|
||||
this.turnover.dueDate = this.form.get("dueDate").value;
|
||||
this.turnover.dueDate = this.form.get("dueDate").value || this.turnover.created;
|
||||
this.turnover.customer = this.form.get("customer").value;
|
||||
this.turnover.motif = this.form.get("motif").value;
|
||||
this.turnover.price = this.form.get("price").value;
|
||||
|
||||
Reference in New Issue
Block a user