Skip to content

Commit

Permalink
Document that there are no automatic writes anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jul 15, 2010
1 parent 2410ee2 commit 229e8e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/WebGUI/Shop/Transaction.pm
Expand Up @@ -344,7 +344,8 @@ Constructor. Instanciates a transaction from the database based upon a transact
=head2 new ( properties )
Constructor. Builds a new transaction object.
Constructor. Builds a new transaction object. The properties of the newly created object are not persisted to
the database. The write method must be called on the object to do that.
=head2 new ( session, properties )
Expand Down

0 comments on commit 229e8e1

Please sign in to comment.