- push @options, $locale->text('Customer') . " : $form->{customer}" if $form->{customer};
- push @options, $locale->text('Vendor') . " : $form->{vendor}" if $form->{vendor};
- ($department) = split /--/, $form->{department};
- push @options, $locale->text('Department') . " : $department" if $form->{department};
- push @options, $locale->text('Order Number') . " : $form->{ordnumber}" if $form->{ordnumber};
- push @options, $locale->text('Notes') . " : $form->{notes}" if $form->{notes};
+ push @options, $locale->text('Customer') . " : $form->{customer}" if $form->{customer};
+ push @options, $locale->text('Vendor') . " : $form->{vendor}" if $form->{vendor};
+ push @options, $locale->text('Department') . " : $department" if $form->{department};
+ push @options, $locale->text('Order Number') . " : $form->{ordnumber}" if $form->{ordnumber};
+ push @options, $locale->text('Notes') . " : $form->{notes}" if $form->{notes};