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

SF.net SVN: ledger-smb:[6729] trunk/LedgerSMB/Batch.pm



Revision: 6729
          http://sourceforge.net/p/ledger-smb/code/6729
Author:   einhverfr
Date:     2014-02-04 04:26:49 +0000 (Tue, 04 Feb 2014)
Log Message:
-----------
One more module to merge for 1025 fix to 1.3

Modified Paths:
--------------
    trunk/LedgerSMB/Batch.pm

Modified: trunk/LedgerSMB/Batch.pm
===================================================================
--- trunk/LedgerSMB/Batch.pm	2014-02-04 04:26:07 UTC (rev 6728)
+++ trunk/LedgerSMB/Batch.pm	2014-02-04 04:26:49 UTC (rev 6729)
@@ -54,6 +54,17 @@
     $self->call_procedure(procname => 'voucher__delete', args => [$voucher_id]);
 }
 
+=item unlock($id)
+
+Unlocks a given batch
+
+=cut
+
+sub unlock{
+    my ($self, $id) = @_;
+    $self->call_procedure(procname => 'batch__unlick', args => [$id]);
+}
+
 =item get_search_criteria
 Sets all hash values needed for the search interface:
 

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits