mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update new.html.erb
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
<br/>
|
||||
<label for="notes">Notes:</label>
|
||||
<br/>
|
||||
<input name="notes" id="notes" type="longtext" maxlength="5555500" row="5" size=25%/>
|
||||
<input name="notes" id="notes" type="longtext" maxlength="5555500" rows="5" size=25%/>
|
||||
<br/>
|
||||
<label for="qbo_customer">Customer:</label>
|
||||
<br/>
|
||||
<input name="qbo_customer" id="qbo_customer" type="integer" size=25%/>
|
||||
<input name="qbo_customer" id="qbo_customer" type="integer" required=true size=25%/>
|
||||
<%= submit_tag "Create" %>
|
||||
<% end %>
|
||||
<%= form_tag %>
|
||||
|
||||
Reference in New Issue
Block a user