Bugzilla – Attachment 101505 Details for
Bug 24276
Add functionality to apply defaults from the ACQ framework for mandatory fields when adding records from external sources
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24276: First change indent
Bug-24276-First-change-indent.patch (text/plain), 1.46 KB, created by
Katrin Fischer
on 2020-03-24 08:21:18 UTC
(
hide
)
Description:
Bug 24276: First change indent
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-24 08:21:18 UTC
Size:
1.46 KB
patch
obsolete
>From f0ad76dc3af40473a104c355f8fa6e7086d5791c Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 19 Dec 2019 13:46:21 +0000 >Subject: [PATCH] Bug 24276: First change indent > >No other changes than whitespace, guys. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > acqui/neworderempty.pl | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl >index f41e598861..f25ae6a8bf 100755 >--- a/acqui/neworderempty.pl >+++ b/acqui/neworderempty.pl >@@ -163,12 +163,12 @@ if ( $ordernumber eq '' and defined $params->{'breedingid'}){ > exit; > } > #from this point: add a new record >- my $bibitemnum; >- $params->{'frameworkcode'} or $params->{'frameworkcode'} = ""; >- ( $biblionumber, $bibitemnum ) = AddBiblio( $marcrecord, $params->{'frameworkcode'} ); >- # get the price if there is one. >- $listprice = GetMarcPrice($marcrecord, $marcflavour); >- SetImportRecordStatus($params->{'breedingid'}, 'imported'); >+ my $bibitemnum; >+ $params->{'frameworkcode'} or $params->{'frameworkcode'} = ""; >+ ( $biblionumber, $bibitemnum ) = AddBiblio( $marcrecord, $params->{'frameworkcode'} ); >+ # get the price if there is one. >+ $listprice = GetMarcPrice($marcrecord, $marcflavour); >+ SetImportRecordStatus($params->{'breedingid'}, 'imported'); > } > > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24276
:
96507
|
96508
|
96509
|
96510
|
96511
|
96512
|
96513
|
100376
|
100377
|
100378
|
101437
|
101438
|
101439
| 101505 |
101506
|
101507