[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5130] addons/1.3/nested_partsgroups/trunk/patches/ nested_partsgroups.patch
- Subject: SF.net SVN: ledger-smb:[5130] addons/1.3/nested_partsgroups/trunk/patches/ nested_partsgroups.patch
- From: ..hidden..
- Date: Fri, 28 Sep 2012 06:47:09 +0000
Revision: 5130
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5130&view=rev
Author: einhverfr
Date: 2012-09-28 06:47:09 +0000 (Fri, 28 Sep 2012)
Log Message:
-----------
Updating partsgroup patch for current svn branches/1.3
Modified Paths:
--------------
addons/1.3/nested_partsgroups/trunk/patches/nested_partsgroups.patch
Modified: addons/1.3/nested_partsgroups/trunk/patches/nested_partsgroups.patch
===================================================================
--- addons/1.3/nested_partsgroups/trunk/patches/nested_partsgroups.patch 2012-09-27 06:46:04 UTC (rev 5129)
+++ addons/1.3/nested_partsgroups/trunk/patches/nested_partsgroups.patch 2012-09-28 06:47:09 UTC (rev 5130)
@@ -1,8 +1,8 @@
Index: LedgerSMB/PE.pm
===================================================================
---- LedgerSMB/PE.pm (revision 4922)
-+++ LedgerSMB/PE.pm (revision 4923)
-@@ -387,8 +387,9 @@
+--- LedgerSMB/PE.pm (revision 5128)
++++ LedgerSMB/PE.pm (working copy)
+@@ -1210,8 +1210,9 @@
}
else {
$query = qq|
@@ -16,18 +16,17 @@
Index: bin/pe.pl
===================================================================
---- bin/pe.pl (revision 4922)
-+++ bin/pe.pl (revision 4923)
-@@ -224,8 +224,6 @@
+--- bin/pe.pl (revision 5128)
++++ bin/pe.pl (working copy)
+@@ -1263,7 +1263,6 @@
+ </body>
+ </html>
+ |;
+-
}
-
--}
--
sub save {
-
- if ( $form->{translation} ) {
-@@ -405,6 +403,7 @@
+@@ -1524,6 +1523,7 @@
# $locale->text('Edit Group')
$form->{partsgroup} = $form->quote( $form->{partsgroup} );
@@ -35,7 +34,7 @@
$form->header;
-@@ -425,7 +424,17 @@
+@@ -1544,7 +1544,17 @@
<td>
<table width=100%>
<tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.