force update payment method
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "buntspecht-web",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "buntspecht-web",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"license": "AGPL3",
|
||||
"dependencies": {
|
||||
"@angular/animations": "^18.2.12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "buntspecht-web",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"license": "AGPL3",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
|
||||
@@ -78,7 +78,7 @@ export class PageTurnover implements OnInit {
|
||||
this.form.get("customer").setValue(this.turnover.customer);
|
||||
this.form.get("motif").setValue(this.turnover.motif);
|
||||
this.form.get("price").setValue(this.turnover.price);
|
||||
this.form.get("paymentMethod").setValue(this.turnover.paymentMethod || 'card');
|
||||
this.form.get("paymentMethod").setValue(this.turnover.paymentMethod);
|
||||
this.form.get("giftcardNumber").setValue(this.turnover.giftcardNumber);
|
||||
this.form.get("giftcardPrice").setValue(this.turnover.giftcardPrice);
|
||||
this.form.get("timeInvestment").setValue(this.turnover.timeInvestment);
|
||||
|
||||
Reference in New Issue
Block a user