From 5bcce7d92581fdb8c7e7274db71af885e9b0356e 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 No other changes than whitespace, guys. Signed-off-by: Bernardo Gonzalez Kriegel --- 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.17.1