|
|
@ -176,7 +176,7 @@ func (_this *PLN_PLANORDER_Service) Save(PlantNr int, UserId string, articleDema |
|
|
|
} |
|
|
|
|
|
|
|
response, err, req := _this.SaveApi(_this.FormID, request) |
|
|
|
_response, _ := json.Marshal(response) |
|
|
|
_response, _ := json.Marshal(*response) |
|
|
|
if err != nil { |
|
|
|
return "", err, req, string(_response) |
|
|
|
} |
|
|
|