Lines 1035-1041
sub _enforceCommandlineSuperuserBorrowerExists {
Link Here
|
1035 |
dateexpiry => '2099-12-31', |
1035 |
dateexpiry => '2099-12-31', |
1036 |
categorycode => $ctgr || 'NOCAT', |
1036 |
categorycode => $ctgr || 'NOCAT', |
1037 |
branchcode => $brnchcd, |
1037 |
branchcode => $brnchcd, |
1038 |
}); |
1038 |
})->store; |
1039 |
$commandlineSuperuser = Koha::Patrons->find({userid => 'commandlineadmin'}); |
1039 |
$commandlineSuperuser = Koha::Patrons->find({userid => 'commandlineadmin'}); |
1040 |
} |
1040 |
} |
1041 |
return $commandlineSuperuser; |
1041 |
return $commandlineSuperuser; |
1042 |
- |
|
|