Skip to content

Commit 40b33ff

Browse files
committed
Remove unused no_submit option
1 parent e6948f5 commit 40b33ff

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

Koha/Plugin/Com/PTFSEurope/IncDocs.pm

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,6 @@ All fields expected by the API
14191419
14201420
Key = API metadata element name
14211421
hide = Make the field hidden in the form
1422-
no_submit = Do not pass to IncDocs Lending Tool API
14231422
api_max_length = Max length of field enforced by the IncDocs Lending Tool API
14241423
exclude = Do not include on the entry form
14251424
type = Does an element contain a string value or an array of string values?
@@ -1445,7 +1444,6 @@ sub fieldmap {
14451444
label => "Article title",
14461445
ill => "article_title",
14471446
api_max_length => 255,
1448-
no_submit => 1,
14491447
position => 1
14501448
},
14511449
article_author => {
@@ -1454,7 +1452,6 @@ sub fieldmap {
14541452
label => "Article author",
14551453
ill => "article_author",
14561454
api_max_length => 255,
1457-
no_submit => 1,
14581455
position => 1
14591456
},
14601457
published_date => {
@@ -1463,7 +1460,6 @@ sub fieldmap {
14631460
label => "Published date",
14641461
ill => "published_date",
14651462
api_max_length => 255,
1466-
no_submit => 1,
14671463
position => 1
14681464
},
14691465
volume => {
@@ -1547,160 +1543,138 @@ sub fieldmap {
15471543
type => "string",
15481544
label => "Order date UTC",
15491545
exclude => 1,
1550-
no_submit => 1,
15511546
position => 99
15521547
},
15531548
statusdateutc => {
15541549
type => "string",
15551550
label => "Status date UTC",
15561551
exclude => 1,
1557-
no_submit => 1,
15581552
position => 99
15591553
},
15601554
authors => {
15611555
type => "string",
15621556
label => "Authors",
15631557
ill => "author",
15641558
exclude => 1,
1565-
no_submit => 1,
15661559
position => 99
15671560
},
15681561
year => {
15691562
type => "string",
15701563
ill => "year",
15711564
exclude => 1,
15721565
label => "Year",
1573-
no_submit => 1,
15741566
position => 99
15751567
},
15761568
type => {
15771569
type => "string",
15781570
ill => "type",
15791571
exclude => 1,
15801572
label => "Type",
1581-
no_submit => 1,
15821573
position => 99
15831574
},
15841575
lenderLibraryId => {
15851576
type => "string",
15861577
exclude => 1,
15871578
label => "Lender library ID",
1588-
no_submit => 1,
15891579
position => 99
15901580
},
15911581
contentLocation => {
15921582
type => "string",
15931583
exclude => 1,
15941584
label => "Content location",
1595-
no_submit => 1,
15961585
position => 99
15971586
},
15981587
fullTextFile => {
15991588
type => "string",
16001589
exclude => 1,
16011590
label => "Full text file",
1602-
no_submit => 1,
16031591
position => 99
16041592
},
16051593
lenderLibraryName => {
16061594
type => "string",
16071595
exclude => 1,
16081596
label => "Lender library name",
1609-
no_submit => 1,
16101597
position => 99
16111598
},
16121599
incdocs_type => {
16131600
type => "string",
16141601
exclude => 1,
16151602
label => "IncDocs type",
1616-
no_submit => 1,
16171603
position => 99
16181604
},
16191605
customReference => {
16201606
type => "string",
16211607
exclude => 1,
16221608
label => "Custom reference",
1623-
no_submit => 1,
16241609
position => 99
16251610
},
16261611
incdocs_id => {
16271612
type => "string",
16281613
exclude => 1,
16291614
label => "IncDocs ID",
1630-
no_submit => 1,
16311615
position => 99
16321616
},
16331617
requesterLibraryId => {
16341618
type => "string",
16351619
exclude => 1,
16361620
label => "Requester library ID",
1637-
no_submit => 1,
16381621
position => 99
16391622
},
16401623
requesterEmail => {
16411624
type => "string",
16421625
exclude => 1,
16431626
label => "Requester email",
1644-
no_submit => 1,
16451627
position => 99
16461628
},
16471629
articleId => {
16481630
type => "string",
16491631
exclude => 1,
16501632
label => "Article ID",
1651-
no_submit => 1,
16521633
position => 99
16531634
},
16541635
created => {
16551636
type => "string",
16561637
exclude => 1,
16571638
label => "IncDocs created",
1658-
no_submit => 1,
16591639
position => 99
16601640
},
16611641
lastUpdated => {
16621642
type => "string",
16631643
exclude => 1,
16641644
label => "IncDocs last updated",
1665-
no_submit => 1,
16661645
position => 99
16671646
},
16681647
libraryGroupId => {
16691648
type => "string",
16701649
exclude => 1,
16711650
label => "Library groupd ID",
1672-
no_submit => 1,
16731651
position => 99
16741652
},
16751653
declined_lenderLibraryId_list => {
16761654
type => "string",
16771655
exclude => 1,
16781656
label => "declined libraries list",
1679-
no_submit => 1,
16801657
hide => 1,
16811658
position => 99
16821659
},
16831660
unauthenticated_first_name => {
16841661
type => "string",
16851662
exclude => 1,
16861663
label => "unauthenticated first name",
1687-
no_submit => 1,
16881664
hide => 1,
16891665
position => 99
16901666
},
16911667
unauthenticated_last_name => {
16921668
type => "string",
16931669
exclude => 1,
16941670
label => "unauthenticated last name",
1695-
no_submit => 1,
16961671
hide => 1,
16971672
position => 99
16981673
},
16991674
unauthenticated_email => {
17001675
type => "string",
17011676
exclude => 1,
17021677
label => "unauthenticated email",
1703-
no_submit => 1,
17041678
hide => 1,
17051679
position => 99
17061680
},

0 commit comments

Comments
 (0)