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:
parent
1d8b1b1b3a
commit
2170509c0f
5 changed files with 29 additions and 19 deletions
|
|
@ -528,13 +528,13 @@ sub www_importTax {
|
|||
|
||||
#-----------------------------------------------------------
|
||||
|
||||
=head2 getConfigurationScreen ( )
|
||||
=head2 getEditForm ( )
|
||||
|
||||
Returns the form that contains the configuration options for this plugin in the admin console.
|
||||
|
||||
=cut
|
||||
|
||||
sub getConfigurationScreen {
|
||||
sub getEditForm {
|
||||
my $self = shift;
|
||||
my $session = $self->session;
|
||||
my $status_message = $session->stow->get( 'tax_message' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue