projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bfabe
)
allow location names to be text, not just an alphanumeric, RT#33310
author
Ivan Kohler
<ivan@freeside.biz>
Thu, 12 Feb 2015 10:33:21 +0000
(
02:33
-0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Thu, 12 Feb 2015 10:33:21 +0000
(
02:33
-0800)
FS/FS/cust_location.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_location.pm
b/FS/FS/cust_location.pm
index
23dbce9
..
ad6d706
100644
(file)
--- a/
FS/FS/cust_location.pm
+++ b/
FS/FS/cust_location.pm
@@
-322,7
+322,7
@@
sub check {
$self->ut_numbern('locationnum')
|| $self->ut_foreign_keyn('prospectnum', 'prospect_main', 'prospectnum')
|| $self->ut_foreign_keyn('custnum', 'cust_main', 'custnum')
- || $self->ut_
alpha
n('locationname')
+ || $self->ut_
text
n('locationname')
|| $self->ut_text('address1')
|| $self->ut_textn('address2')
|| $self->ut_text('city')