allow TaxDriver getEditForm to use FormBuilder

There would be far too much rewriting in order to change the EU
driver to use FormBuilder. We can revisit that later.
This commit is contained in:
Doug Bell 2011-02-16 15:53:51 -06:00
parent 1d8b1b1b3a
commit 2170509c0f
5 changed files with 29 additions and 19 deletions

View file

@ -76,6 +76,11 @@ WebGUI::Shop::ShipDriver
getEditForm now returns a WebGUI::FormBuilder object
WebGUI::Shop::TaxDriver
=======================
getConfigurationScreen is now called getEditForm and should return a WebGUI::FormBuilder object
WebGUI::Utility
===============
This module has been removed. It had many functions that weren't used, and others have better replacements.