Folks,
Just walking through the interface, had an error in a where clause in POS->Sale.
Please review patch, changing login to role.
Patch attached.
David A. Bandel
--
Focus on the dream, not the competition.
- Nemesis Air Racing Team motto
--- Form.pm.orig 2009-06-21 23:26:38.000000000 -0500
+++ Form.pm 2009-06-21 23:27:01.000000000 -0500
@@ -896,7 +896,7 @@
# we got a connection, check the version
my $query = qq|
SELECT employeenumber FROM employee
- WHERE login = ?|;
+ WHERE role = ?|;
my $sth = $dbh->prepare($query);
$sth->execute( $self->{login} ) || $self->dberror($query);
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel