=over 4
=item C<set_session_value @values>
+
=item C<set_session_value %values>
Store all values of C<@values> or C<%values> in the session. Each
__END__
+=encoding utf-8
+
=head1 NAME
SL::DB::Helper::Attr - attribute helpers
=head1 DESCRIPTION
+Makes attribute helpers.
+
=head1 FUNCTIONS
+see for yourself.
+
=head1 BUGS
+None yet.
+
=head1 AUTHOR
+Sven Schöling <s.schoeling@linet-services.de>
+
=cut
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
=cut
=over 4
=item save_form
+
=item restore_form
A lot of the old sql-ledger routines are strictly procedural. They search for params in the $form object, do stuff with it, and return a status code.
=head1 BUGS
+None yet.
+
=head1 AUTHOR
=cut