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

SF.net SVN: ledger-smb:[5678] branches/1.3/LedgerSMB/IS.pm



Revision: 5678
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5678&view=rev
Author:   einhverfr
Date:     2013-03-10 09:22:08 +0000 (Sun, 10 Mar 2013)
Log Message:
-----------
Removing check for reversing too many sales, since this poses problems
 in corner cases with no good solutions, and it has no function at this point.

Modified Paths:
--------------
    branches/1.3/LedgerSMB/IS.pm

Modified: branches/1.3/LedgerSMB/IS.pm
===================================================================
--- branches/1.3/LedgerSMB/IS.pm	2013-03-10 08:12:56 UTC (rev 5677)
+++ branches/1.3/LedgerSMB/IS.pm	2013-03-10 09:22:08 UTC (rev 5678)
@@ -1885,7 +1885,7 @@
         # this error, they will require more work to address and will not work
         # safely with the current system.  -- CT
         if ($totalqty < 0){
-            $form->error("Too many reversed items on an invoice");
+            # $form->error("Too many reversed items on an invoice");
         }
         elsif ($totalqty > 0){
             $form->error("Unexpected and invalid quantity allocated.".

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