Displaying 1 result from an estimated 1 matches for "invoice_invoice_date".
2005 Oct 14
0
Adding extra field in form using ajax causes extra field to be overwritten, any way around that.
...at though and
submit to the form, the line_item entries all have the same field name so
they get overwritten. I''m not sure how to get around that.
Here is my _form.rhtml:
<%= error_messages_for ''invoice'' %>
<!--[form:invoice]-->
<p><label for="invoice_invoice_date">Invoice date</label><br/>
<%= datetime_select ''invoice'', ''invoice_date'' %></p>
<table border=1>
<tr>
<td>Description</td><td>Price</td>
</tr>
</table>
<table border=1><tr&g...