Skip to content

Commit

Permalink
fix: save message
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriofrio committed Jun 8, 2020
1 parent 5b16ea7 commit 2b0b4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/proform-add/proform-add.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export class ProformAddComponent implements OnInit {
}

this.proformService.createProformDetail(this.dataProformId.toString(), _.replace(JSON.stringify(objTemp), '\r\n', 0)).subscribe();
alert('Se ha guardado la Proforma correctamente ');
alert('Se ha guardado la Proforma ' + this.dataProformId.toString() + ' correctamente ');
this.router.navigate(['/']);
});

Expand Down

0 comments on commit 2b0b4e1

Please sign in to comment.