-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjav10.diff
25 lines (21 loc) · 852 Bytes
/
jav10.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From c150a7a79bcf3edf9608d5f1f22c1b9fcc4678ca Mon Sep 17 00:00:00 2001
From: javier barcena <[email protected]>
Date: Fri, 6 Mar 2009 23:05:10 +1100
Subject: [PATCH] Showing all the account detail
---
app/views/accounts/new.html.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/views/accounts/new.html.erb b/app/views/accounts/new.html.erb
index 575ffe6..9b15e10 100644
--- a/app/views/accounts/new.html.erb
+++ b/app/views/accounts/new.html.erb
@@ -9,7 +9,7 @@
<p>
<%= f.label :parent_id %><br />
- <%= f.collection_select :parent_id, Account.all(:order => :code), :id, :code, :include_blank => true %>
+ <%= f.collection_select :parent_id, Account.all(:order => :code), :id, :to_s, :include_blank => true %>
</p>
<p>
<%= f.label :Nombre %><br />
--
1.6.1