diff options
-rw-r--r-- | config/pikul_order.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pikul_order.tag b/config/pikul_order.tag index 0aad5c8..6f22e1d 100644 --- a/config/pikul_order.tag +++ b/config/pikul_order.tag @@ -45,7 +45,7 @@ sub { $Tag->query({sql => "SELECT code FROM $table WHERE district='$address2' AND city='$city' \ AND province='$state'", wantarray => 1 - })->[0]->[0] || '', + })->[0]->[0], $address1, $nitems, \@items, |