Removed hard-coded exception flds and written patch to make no_copy for those
This commit is contained in:
parent
5eb4762ddb
commit
20926bb00a
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ class DocType:
|
|||
|
||||
exception_flds = default_fields
|
||||
exception_flds += [f[1] for f in flds]
|
||||
exception_flds += ['amended_from', 'amendment_date', 'file_list', 'naming_series', 'status']
|
||||
|
||||
similar_flds = [
|
||||
[d[0], d[0], 'Yes'] for d in sql("""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue