Show error when click on Quick Ship Enter Order

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Show error when click on Quick Ship Enter Order

Akash Jain-4
Hello All,

After creating order when I click on "Quick Ship Enter Order" button for
complete order than i get error message

org.ofbiz.webapp.control.RequestHandlerException: Unknown request
[ordervieworderId=WSCO10003]; this request does not exist or cannot be
called directly

But order is completed.
Reply | Threaded
Open this post in threaded view
|

Re: Show error when click on Quick Ship Enter Order

Jacques Le Roux
Administrator
Looks like it's a problem with request-redirect. For instance updateOrderNote has the same behaviour: "?" missing before URL
parameters. I will have a look later... if nobody beats me before...

Jacques

From: "Akash Jain" <[hidden email]>
> Hello All,
>
> After creating order when I click on "Quick Ship Enter Order" button for complete order than i get error message
>
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request [ordervieworderId=WSCO10003]; this request does not exist or
> cannot be called directly
>
> But order is completed.
>


Reply | Threaded
Open this post in threaded view
|

Re: Show error when click on Quick Ship Enter Order

Jacques Le Roux
Administrator
Thanks to Arun Patidar, fixed at revision: 742983  

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Looks like it's a problem with request-redirect. For instance updateOrderNote has the same behaviour: "?" missing before URL
> parameters. I will have a look later... if nobody beats me before...
>
> Jacques
>
> From: "Akash Jain" <[hidden email]>
>> Hello All,
>>
>> After creating order when I click on "Quick Ship Enter Order" button for complete order than i get error message
>>
>> org.ofbiz.webapp.control.RequestHandlerException: Unknown request [ordervieworderId=WSCO10003]; this request does not exist or
>> cannot be called directly
>>
>> But order is completed.
>>
>
>