diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/qual.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/qual.pm b/FS/FS/qual.pm index 07878e9c2..04ee0e152 100644 --- a/FS/FS/qual.pm +++ b/FS/FS/qual.pm @@ -180,7 +180,7 @@ sub part_export { my $self = shift; if ( $self->exportnum ) { return qsearchs('part_export', { exportnum => $self->exportnum } ) - or die 'invalid exportnum'; + || die 'invalid exportnum'; } ''; } |