diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-17 13:22:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-17 13:22:34 +0800 |
commit | d9d526b76e4ff051c2f8fea2cc14809114714b40 (patch) | |
tree | c50f4ecf1d7b5ecfdc1e7617b05332f850cc05c5 | |
parent | bad203691742aecb781702ad1de4fc6e33fec356 (diff) |
There have to be addresses at this stage
-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, |