search for: line_item_descript

Displaying 2 results from an estimated 2 matches for "line_item_descript".

2005 Oct 14
0
Adding extra field in form using ajax causes extra field to be overwritten, any way around that.
...l><br/> <%= datetime_select ''invoice'', ''invoice_date'' %></p> <table border=1> <tr> <td>Description</td><td>Price</td> </tr> </table> <table border=1><tr><td><input id="line_item_description" name="line_item[description]" size="30" type="text" /></td><td><input id="line_item_price" name="line_item[price]" size="30" type="text"/></td></tr></table> <div id="line_it...
2007 Nov 20
3
How to test views with Nested Resources and Partials
...ame=?]'', "line_item[support_type]") with_tag(''input#line_item_product_num[name=?]'', "line_item[product_num]") with_tag(''input#line_item_serial_num[name=?]'', "line_item[serial_num]") with_tag(''input#line_item_description[name=?]'', "line_item[description]") with_tag(''input#line_item_qty[name=?]'', "line_item[qty]") with_tag(''input#line_item_list_price[name=?]'', "line_item[list_price]") end end end ######## edit.haml...