Thanks Adrian and Ray,

Later I will have a look to see if there are more of this kind....

Jacques

De : "Ray Barlow" <[EMAIL PROTECTED]>
> I also just noticed the delete button fails anyway with an error:
> The following required parameter is missing: [resetGrandTotal.orderId]
>
> It's not related to these changes as the test server fails also, job for
> another day.
>
> Ray
>
>
> Adrian Crum wrote:
> > Jacques,
> >
> > Try changing the Update link (<a> element) to an <input> element:
> >
> > <td nowrap width="25%">
> > <input type="text" name="amount" size="6" value="<@ofbizAmount
> > amount=adjustmentAmount/>"/>
> > <input type="submit" value="${uiLabelMap.CommonUpdate}"/>
> > <a
> >
href="<@ofbizUrl>deleteOrderAdjustment?orderAdjustmentId=${orderAdjustmentId?if_exists}&amp;orderId=${orderId?if_exists}</@ofbizUrl>
"
> > class="buttontext">${uiLabelMap.CommonDelete}</a>
> > </td>
> >
> > -Adrian
> >

Reply via email to