Fixing typo in fix for tests
This commit is contained in:
parent
499c694daf
commit
16b917c2f8
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ should be the empty string.
|
|||
sub manualinvoice {
|
||||
my ( $borrowernumber, $itemnum, $desc, $type, $amount, $note ) = @_;
|
||||
my $manager_id = 0;
|
||||
$manager_id = C4::Context->userenv->{'number'} if C4::Context->userenv->{'number'};
|
||||
$manager_id = C4::Context->userenv->{'number'} if C4::Context->userenv;
|
||||
my $dbh = C4::Context->dbh;
|
||||
my $notifyid = 0;
|
||||
my $insert;
|
||||
|
|
Loading…
Reference in a new issue