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

SF.net SVN: ledger-smb:[6112] branches/1.3



Revision: 6112
          http://sourceforge.net/p/ledger-smb/code/6112
Author:   einhverfr
Date:     2013-10-06 13:07:18 +0000 (Sun, 06 Oct 2013)
Log Message:
-----------
Commenting out the requirement for invoice created date missing to avoid breaking existing workflows in 1.3

Modified Paths:
--------------
    branches/1.3/LedgerSMB/ScriptLib/Company.pm
    branches/1.3/bin/aa.pl

Modified: branches/1.3/LedgerSMB/ScriptLib/Company.pm
===================================================================
--- branches/1.3/LedgerSMB/ScriptLib/Company.pm	2013-10-06 10:52:22 UTC (rev 6111)
+++ branches/1.3/LedgerSMB/ScriptLib/Company.pm	2013-10-06 13:07:18 UTC (rev 6112)
@@ -737,6 +737,7 @@
 
 sub _render_main_screen{
     my $company = shift @_;
+    $company->debug({file => '/tmp/company'});
     $company->close_form;
     $company->open_form;
     $company->{dbh}->commit;

Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl	2013-10-06 10:52:22 UTC (rev 6111)
+++ branches/1.3/bin/aa.pl	2013-10-06 13:07:18 UTC (rev 6112)
@@ -1302,7 +1302,7 @@
     # check if there is an invoice number, invoice and due date
     $form->isblank( "transdate", $locale->text('Invoice Date missing!') );
     $form->isblank( "duedate",   $locale->text('Due Date missing!') );
-    $form->isblank( "crdate",    $locale->text('Invoice Created Date missing!') );
+    # $form->isblank( "crdate",    $locale->text('Invoice Created Date missing!') );
     $form->isblank( $form->{vc}, $label );
 
     $closedto  = $form->datetonum( \%myconfig, $form->{closedto} );

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits