X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Ffunctions.php;h=20fdd7b81c337c66df607fa29d54a55e84ff4f9a;hb=e7862268051db4ebdc89d4514b62910da133d19c;hp=3727a65d5aa414e21a4271b920a7bb2e66c73d26;hpb=1bfe6a5fb5a274f0d17845f0c6358f1980f89121;p=readifood.git diff --git a/lib/functions.php b/lib/functions.php index 3727a65..20fdd7b 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -246,6 +246,11 @@ return get_area_city($area); } + /* Parcel strings are the same so this can work. */ + function get_contact_parcel_string($contact) { + return get_order_parcel_string($contact); + } + /* Hub and Contact are similar enough that this can work. */ function get_hub_address($hub) { return get_contact_address($hub);