From e47ec1fd1644bf51493a41719fec7fd20f798e40 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 18 Feb 2008 00:44:32 +0000 Subject: [PATCH] Subs named import do special things in perl. Renaming import and export to importTaxData and exportTaxData, respectively. --- designdocs/commerce.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designdocs/commerce.pod b/designdocs/commerce.pod index 31124eaa1..b4ddc20a9 100644 --- a/designdocs/commerce.pod +++ b/designdocs/commerce.pod @@ -1018,7 +1018,7 @@ Deletes an item from the tax table. param: taxId EE<128>E<147> the id of the item to delete -export +exportTaxData Creates a tab delimited file from the tax table using the field, value, and taxRate in a temporary storage location, and returns a reference to @@ -1029,7 +1029,7 @@ getItems Returns a WebGUI::SQL::Result object containing the information in the tax table. -import +importTaxData Deletes all the existing records in the tax table, and replaces them with the values in the file.