We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5e2ba commit 02eb6d7Copy full SHA for 02eb6d7
Koha/Plugin/Com/PTFSEurope/IncDocs.pm
@@ -39,7 +39,7 @@ use Koha::ILL::Request::Workflow;
39
use Koha::Libraries;
40
use Koha::Patrons;
41
42
-our $VERSION = "2.4.0";
+our $VERSION = "2.4.1";
43
44
our $metadata = {
45
name => 'IncDocs',
@@ -1457,6 +1457,15 @@ sub fieldmap {
1457
no_submit => 1,
1458
position => 1
1459
},
1460
+ published_date => {
1461
+ exclude => 1,
1462
+ type => "string",
1463
+ label => "Published date",
1464
+ ill => "published_date",
1465
+ api_max_length => 255,
1466
+ no_submit => 1,
1467
+ position => 1
1468
+ },
1469
volume => {
1470
type => "string",
1471
label => "Volume number",
0 commit comments