noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 130/151: #1380 : change the name of the funct


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 130/151: #1380 : change the name of the function Acc_Ledger::button_copy_operation
Date: Sat, 4 Feb 2017 17:14:34 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6bd76a73b1a7fb2f4fb36c916e6a3c410cbd6b00
Author: Rachel <address@hidden>
Date:   Wed Jan 18 14:37:46 2017 +0100

    #1380 : change the name of the function Acc_Ledger::button_copy_operation
    
    Signed-off-by: Dany De Bontridder <address@hidden>
---
 include/class/class_acc_ledger.php |    2 +-
 include/compta_ach.inc.php         |    2 +-
 include/compta_ods.inc.php         |    2 +-
 include/compta_ven.inc.php         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/class/class_acc_ledger.php 
b/include/class/class_acc_ledger.php
index b1d8b05..6d813f7 100644
--- a/include/class/class_acc_ledger.php
+++ b/include/class/class_acc_ledger.php
@@ -3980,7 +3980,7 @@ class Acc_Ledger extends jrn_def_sql
          address@hidden Show a button to create an operation identical to the 
recorded
          * one. It is a form POST since it is a limit with get
          */
-        public function copy_information()
+        public function button_copy_operation()
         {
             echo '<FORM METHOD="POST">';
             echo HtmlInput::post_to_hidden(
diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php
index 9d3ae24..099e404 100644
--- a/include/compta_ach.inc.php
+++ b/include/compta_ach.inc.php
@@ -199,7 +199,7 @@ if (isset($_POST['record']))
                     }
                 }
                 echo $Ledger->button_new_operation();
-                echo $Ledger->copy_operation();
+                echo $Ledger->button_copy_operation();
                echo '</div>';
                return;
        }
diff --git a/include/compta_ods.inc.php b/include/compta_ods.inc.php
index 32ccd4b..be27c9e 100644
--- a/include/compta_ods.inc.php
+++ b/include/compta_ods.inc.php
@@ -130,7 +130,7 @@ elseif (isset($_POST['save']))
                 }
                 
                 echo $ledger->button_new_operation();
-                echo $Ledger->copy_operation();
+                echo $Ledger->button_copy_operation();
        }
        catch (Exception $e)
        {
diff --git a/include/compta_ven.inc.php b/include/compta_ven.inc.php
index aec0b24..c482532 100644
--- a/include/compta_ven.inc.php
+++ b/include/compta_ven.inc.php
@@ -216,7 +216,7 @@ show_tab(a_tab,'facturation_div_id');
             }
 
             echo $Ledger->button_new_operation();
-            echo $Ledger->copy_operation();
+            echo $Ledger->button_copy_operation();
             echo '</div>';
             return;
         }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]