This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of github.com:webnotes/wnframework
version-14
Nabin Hait
13 years ago
parent
f14c662e97
c8eb6404cc
commit
b2bbadba5a
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
py/webnotes/utils/file_manager.py
+ 3
- 1
py/webnotes/utils/file_manager.py
View File
@@ -20,7 +20,9 @@ def upload():
fid, fname = save_uploaded()
# save it in the form
updated = add_file_list(dt, dn, fname, fid)
updated = False
if fid:
updated = add_file_list(dt, dn, fname, fid)
if fid and updated:
# refesh the form!
Write
Preview
Loading…
Cancel
Save