Merge branch 'bug-fix-despacho' of https://bitbucket.org/equilibriumito/gabinete-digital into developer

This commit is contained in:
Eudes Inácio
2022-06-24 16:19:01 +01:00
3 changed files with 3 additions and 4 deletions
@@ -293,7 +293,7 @@ export class DespachosOptionsPage implements OnInit {
async reexecutar(note:string, documents:any){
let body = {
"serialNumber": this.serialNumber,
"action": "Reexecutar",
"action": "Reexecução",
"ActionTypeId": 100000010,
"dataFields": {
"ReviewUserComment": note,
@@ -350,7 +350,7 @@ export class DespachosPrOptionsPage implements OnInit {
async reexecutar(note:string, documents:any){
let body = {
"serialNumber": this.serialNumber,
"action": "Reexecutar",
"action": "Reexecução",
"ActionTypeId": 100000010,
"dataFields": {
"ReviewUserComment": note,