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

SF.net SVN: ledger-smb:[6812] branches/1.3/bin/aa.pl



Revision: 6812
          http://sourceforge.net/p/ledger-smb/code/6812
Author:   pongracz
Date:     2014-02-08 00:01:16 +0000 (Sat, 08 Feb 2014)
Log Message:
-----------
>From trunk, r6811: Fix translation issue on some vendor/customer transaction forms.

Revision Links:
--------------
    http://sourceforge.net/p/ledger-smb/code/6811

Modified Paths:
--------------
    branches/1.3/bin/aa.pl

Property Changed:
----------------
    branches/1.3/bin/aa.pl

Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl	2014-02-07 23:58:24 UTC (rev 6811)
+++ branches/1.3/bin/aa.pl	2014-02-08 00:01:16 UTC (rev 6812)
@@ -112,7 +112,7 @@
 }
 
 sub add {
-    $form->{title} = $locale->text("Add");
+    $form->{title} = "Add";
 	
     $form->{callback} =
 "$form->{script}?action=add&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"
@@ -407,7 +407,7 @@
 
 sub form_header {
 
-    $title = $locale->text("$form->{title}");
+    $title = $form->{title};
 
     if($form->{batch_id})
     {
@@ -426,7 +426,7 @@
     my $title_msgid="$title $form->{ARAP} Transaction";
     if ($form->{reverse} == 0){
        #$form->{title} = $locale->text("[_1] [_2] Transaction", $title, $form->{ARAP});
-       $form->{title} = $locale->text($title_msgid);
+       $form->{title} = $locale->text("$title_msgid");
     }
     elsif($form->{reverse} == 1) {
        if ($form->{subtype} eq 'credit_note'){


Property changes on: branches/1.3/bin/aa.pl
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2014-02-06T19:50:14.318361Z
+2014-02-07T23:54:01.822341Z
\ No newline at end of property
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