diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 18:22:43 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-20 18:22:43 +0800 |
commit | 0253ac37312fc76d2cbea0ad1eb10aed066cea9b (patch) | |
tree | 13a8b740413060b2d96c25e83b3cfcfc0c3c16d9 | |
parent | 488e6e8145ce64dd124ba6187a5d7b5813bb927b (diff) |
Rename pikul_codes to just pikul
-rw-r--r-- | config/pikul.tag (renamed from config/pikul_codes.tag) | 4 | ||||
-rw-r--r-- | pages/ord/checkout.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/pikul_codes.tag b/config/pikul.tag index 71fd5cc..17030a7 100644 --- a/config/pikul_codes.tag +++ b/config/pikul.tag @@ -1,5 +1,5 @@ -UserTag pikul-codes Order company district city province -UserTag pikul-codes Routine <<EOR +UserTag pikul Order company district city province +UserTag pikul Routine <<EOR sub { my ($company, $district, $city, $province) = @_; my (@provisions, $origin, $table); diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 19617fe..74800cc 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -85,7 +85,7 @@ <div class="block-body"> <div class="row"> <div class="form-group col-md-6 d-flex align-items-center"> - [pikul_codes company="__PIKUL_ANTERAJA__" district="[value address2]" city="[value city]" province="[value state]"] + [pikul company="__PIKUL_ANTERAJA__" district="[value address2]" city="[value city]" province="[value state]"] <label class="ml-3" for="ship_widget"> <strong class="d-block text-uppercase mb-2">[shipping-desc]</strong> <span class="text-muted text-sm"> |