[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5788] trunk/bin/am.pl



Revision: 5788
          http://sourceforge.net/p/ledger-smb/code/5788
Author:   einhverfr
Date:     2013-05-14 08:30:50 +0000 (Tue, 14 May 2013)
Log Message:
-----------
Recurring posting issues fixed for upgraded data and new data

Modified Paths:
--------------
    trunk/bin/am.pl

Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl	2013-05-14 07:42:48 UTC (rev 5787)
+++ trunk/bin/am.pl	2013-05-14 08:30:50 UTC (rev 5788)
@@ -2222,15 +2222,8 @@
               unless first { $_ eq $form->{script} }
               @{LedgerSMB::Sysconfig::scripts};
             $form->{callback} = "$form->{script}?action=reprint&module=$form->{module}&type=$form->{type}&login=$form->{login}&path=$form->{path}&sessionid=$form->{sessionid}&id=$form->{id}&formname=$f[$j]&format=$f[$j+1]&media=$media&vc=$form->{vc}&ARAP=$form->{ARAP}";
-            $ok = !( main::redirect() );
 
-            if ($ok) {
-                $form->info( " ..... " . $locale->text('done') );
-            }
-            else {
-                $form->info( " ..... " . $locale->text('failed') );
-                last;
-            }
+            $form->info( " ..... " . $locale->text('done') );
         }
         $form->{callback} = $orig_callback;
     }

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.