Time |
Nick |
Message |
01:51 |
|
jmurray-isl joined #evergreen |
07:41 |
|
kworstell-isl joined #evergreen |
08:01 |
|
collum joined #evergreen |
08:33 |
|
mmorgan joined #evergreen |
09:00 |
|
Dyrcona joined #evergreen |
09:06 |
Dyrcona |
Can't call method "san" on an undefined value at /usr/local/share/perl/5.30.0/OpenILS/Utils/EDIWriter.pm line 151. <- That's ambiguous because line 151 is " my %compiled = (" and there are two different objects in the block where the method "san" is called. Gotta love Perl's diagnostics. |
09:15 |
|
Stompro joined #evergreen |
09:28 |
Dyrcona |
That message has occurred repeatedly for the past couple of days in my emails from edi_order_pusher.pl. I assume it is one purchase order that keeps erring. I'm not finding any acq errors in the logs, though. |
09:38 |
Dyrcona |
Does anyone know what "pending" means for an acq purchase order? Like what steps has it gone through. I could dig through the code, but hopefully someone just knows. |
09:40 |
Dyrcona |
I've got 5,292 of them in the database going back to 2013. |
09:41 |
Dyrcona |
Guess I could just wait for a ticket, but the emails are kind of annoying. |
09:43 |
|
dguarrac joined #evergreen |
09:43 |
berick |
Dyrcona: pretty sure 'pending' and 'new' are practically the same. |
09:48 |
|
collum joined #evergreen |
09:50 |
|
collum joined #evergreen |
09:56 |
Dyrcona |
What happens when a purchase order is activated or whatever it |
09:56 |
Dyrcona |
's caled. |
09:57 |
* Dyrcona |
slaps his own fingers. |
09:57 |
|
BDorsey joined #evergreen |
09:57 |
berick |
PO's and LI's go to 'on-order' during activation |
09:58 |
|
sandbergja joined #evergreen |
09:59 |
Dyrcona |
So I should look for an on-order po missing a provider or the ordering agency doesn't have a mailing_address.... Y'know, that jogs my memory...This happened before when the ordering agency was set to the system, not the branch. |
09:59 |
Dyrcona |
berick++ |
10:03 |
Dyrcona |
I think I found it! Looks like it is from Wednesday afternoon. |
10:05 |
Dyrcona |
There are also 2 others: 1 from 2016 and 1 from 2017.... Guess they've worked those out somehow.... |
10:06 |
Dyrcona |
Oh! The one from 2016 looks like a test. At least it uses our 'CWTEST' pattern in the name. |
10:13 |
Dyrcona |
Incidentally, the one from 2017 is for the same agency as the one from Wednesday. |
10:19 |
Dyrcona |
I wonder if we could move the san to an org_unit setting rather than being a field on the address, and failing that, could we modify the drop down to not allow ous that have a null mailing address? |
10:21 |
berick |
Dyrcona: not what you're asking for, but jfyi bug #1930753 |
10:21 |
pinesol |
Launchpad bug 1930753 in Evergreen "Option to override Buyer SAN for select ACQ providers" [Wishlist,New] https://launchpad.net/bugs/1930753 |
10:35 |
Dyrcona |
Gotta love Ubuntu these days... 17 updates available. Yeah, I'm only going to install 4 of them, because 10 are being held back for staged updates, and 3 of them require a pro subscription unless you want to wait 6 months to get them. |
10:36 |
Dyrcona |
That's part of the reason I switched on my personal laptop. |
10:37 |
Dyrcona |
And, I know about staged updates or whatever it's actually called. I've configured it to use the latest and greatest before. It just seems to be more annoying with 22.04. I /can't wait/ for 24.04..... |
10:38 |
Dyrcona |
sharpsie: I wonder if my cron issues will be fixed. One of the updates suggested restarting the cron service. Guess there was a bug.... |
10:39 |
Dyrcona |
Phased updates! That's what it's called. |
10:39 |
Dyrcona |
Anyway... |
10:42 |
Dyrcona |
Also, PostgreSQL 15 got an update, but the restart is recommending postgresql10-main.service and not postgresql15-main.service..... I guess it isn't aware of different ports. |
10:45 |
pinesol |
News from commits: LP#1862834 - Release notes for AngularJS staff/eg hostname prefix issues. <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=ebc89786e9def48806fd2433209182ef7a7d0eff> |
10:45 |
pinesol |
News from commits: LP1862834: Use More Specific Regexes when Building URLs <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=7cc758659a988ebd2fe933ee842570d852b646f8> |
10:45 |
pinesol |
News from commits: LP1828575: Update ARIA labels for grid toolbar actions <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=ca23a8eae9ea0e7297e83e4b657e7d799dfed5d3> |
10:45 |
pinesol |
News from commits: LP1828575 Revised keyboard support for grid options <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=5ac4ad39082797654389a3d78b8bb06587982766> |
10:45 |
pinesol |
News from commits: LP1828575 Keyboard focus for grid options <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=a41ad1dde4084791786f8ea4865d04ffbb45802a> |
10:58 |
Dyrcona |
Also, since when do I have to manually install at on Ubuntu server? (Since 22.04.3 apparently....) |
11:00 |
|
briank joined #evergreen |
11:05 |
* Dyrcona |
wonders if a minimal install was done on accident. I don't remember choosing minimal install. |
11:10 |
|
Christineb joined #evergreen |
11:24 |
Dyrcona |
`make -j16` actually works for building OpenSRF and it is fast. :) |
11:51 |
|
jihpringle joined #evergreen |
12:24 |
Dyrcona |
Well, the new vm basically works. I'll have to see about cron, next. |
12:34 |
|
collum joined #evergreen |
12:43 |
sharpsie |
Dyrcona: cool - didn't know make took the -j flag but it makes sense that it does |
12:49 |
Dyrcona |
sharpsie: It does, but you can't build some projects with it, like Evergreen. It blew up the last time that I tried. It works great for things that are mostly C and C++ code because it can figure the order to build things. |
13:00 |
|
briank joined #evergreen |
13:07 |
|
collum joined #evergreen |
13:11 |
|
mantis1 joined #evergreen |
13:11 |
mantis1 |
Is there a way to block holds for patrons who exceed a fine amount? I don't think that's a preset in our group penalty threshold |
13:11 |
mantis1 |
also looked around LP and didn't find anything |
13:14 |
|
jihpringle joined #evergreen |
13:18 |
|
terranm joined #evergreen |
13:33 |
|
berick joined #evergreen |
13:36 |
|
collum joined #evergreen |
13:51 |
|
collum joined #evergreen |
13:55 |
|
rfrasur joined #evergreen |
14:00 |
sharpsie |
mantis1: should be a standard block available in the standing penalties? |
15:16 |
|
sandbergja joined #evergreen |
15:30 |
|
mantis1 left #evergreen |
15:59 |
|
jihpringle joined #evergreen |
17:05 |
|
mmorgan left #evergreen |
18:14 |
|
sandbergja left #evergreen |
18:17 |
|
sandbergja joined #evergreen |
18:39 |
|
sandbergja left #evergreen |
19:35 |
|
jihpringle joined #evergreen |