Subs named import do special things in perl. Renaming
import and export to importTaxData and exportTaxData, respectively.
This commit is contained in:
parent
40e4e96a66
commit
e47ec1fd16
1 changed files with 2 additions and 2 deletions
|
|
@ -1018,7 +1018,7 @@ Deletes an item from the tax table.
|
||||||
|
|
||||||
param: taxId E<acirc>E<128>E<147> the id of the item to delete
|
param: taxId E<acirc>E<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,
|
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
|
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
|
Returns a WebGUI::SQL::Result object containing the information in the
|
||||||
tax table.
|
tax table.
|
||||||
|
|
||||||
import
|
importTaxData
|
||||||
|
|
||||||
Deletes all the existing records in the tax table, and replaces them
|
Deletes all the existing records in the tax table, and replaces them
|
||||||
with the values in the file.
|
with the values in the file.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue