From 0e9e965cd5cb296c203c44661d4189c74bb4c0f9 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 19 Dec 2019 13:46:21 +0000 Subject: [PATCH] Bug 24276: First change indent Content-Type: text/plain; charset=utf-8 No other changes than whitespace, guys. Signed-off-by: Marcel de Rooy Signed-off-by: Marcel de Rooy --- acqui/neworderempty.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index ab95f16147..3af89ecc5e 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