Skip to content

Commit 02eb6d7

Browse files
committed
Add published_date to metadata
1 parent aa5e2ba commit 02eb6d7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Koha/Plugin/Com/PTFSEurope/IncDocs.pm

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use Koha::ILL::Request::Workflow;
3939
use Koha::Libraries;
4040
use Koha::Patrons;
4141

42-
our $VERSION = "2.4.0";
42+
our $VERSION = "2.4.1";
4343

4444
our $metadata = {
4545
name => 'IncDocs',
@@ -1457,6 +1457,15 @@ sub fieldmap {
14571457
no_submit => 1,
14581458
position => 1
14591459
},
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+
},
14601469
volume => {
14611470
type => "string",
14621471
label => "Volume number",

0 commit comments

Comments
 (0)