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}&orderId=${orderId?if_exists}</@ofbizUrl>"
> class="buttontext">${uiLabelMap.CommonDelete}</a>
> </td>
>
> -Adrian
>