Revision e7329852
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/USTVA.pm | ||
---|---|---|
my ($self, $myconfig, $form) = @_;
|
||
|
||
# connect to database
|
||
my $dbh = $form->dbconnect($myconfig);
|
||
my $dbh = $form->get_standard_dbh;
|
||
|
||
my $last_period = 0;
|
||
my $category = "pos_ustva";
|
Auch abrufbar als: Unified diff
get_standard_dbh für USTVA.pm Abfrage
behebt #73