[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5484] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5484] branches/1.3
- From: ..hidden..
- Date: Sat, 05 Jan 2013 07:47:50 +0000
Revision: 5484
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5484&view=rev
Author: einhverfr
Date: 2013-01-05 07:47:50 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
Merging in blank line fix from trunk for ar/ap transaction screens and saving transactions
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/bin/aa.pl
Property Changed:
----------------
branches/1.3/
Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
- /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475
+ /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2013-01-05 07:45:56 UTC (rev 5483)
+++ branches/1.3/Changelog 2013-01-05 07:47:50 UTC (rev 5484)
@@ -10,6 +10,7 @@
* Fixing csv ar transactions not showing taxes (Chris T, 3589640)
* Fixing demo quotations having descriptions taking too much space (Chris T)
* Moved to label/button system for deleting lines on invoices (Chris T)
+* Fixing extra blank lines showing up on ar/ap trans screen on save (Chris T)
Changelog for 1.3.27
* Detect whether ledgersmb.conf exists during Makefile.PL run and create if
Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl 2013-01-05 07:45:56 UTC (rev 5483)
+++ branches/1.3/bin/aa.pl 2013-01-05 07:47:50 UTC (rev 5484)
@@ -1323,7 +1323,10 @@
{
$form->{callback}.= qq|&batch_id=$form->{batch_id}|;
}
- if($form->{separate_duties}){edit();}
+ if ($form->{separate_duties}){
+ $form->{rowcount} = 0;
+ edit();
+ }
else {$form->redirect( $locale->text('Transaction posted!') );}
}
else {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.