Podpora kasy
[mirrors/SokoMan.git] / index.php
index c8a746d5d1781040f4af1a506f3ea95daa524fa7..a81433445999be3e5b8661501203e188c11de4e1 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -737,7 +737,8 @@ class Sklad_DB extends PDO {
        function load_backend_data_to_query_results(&$result,$suffix_backend='_backend') {
                $translate_cols = array(
                        'item_author' => 'return($this->auth->get_username_by_id($result[$key][$col]));',
-                       'lock_author' => 'return($this->auth->get_username_by_id($result[$key][$col]));'
+                       'lock_author' => 'return($this->auth->get_username_by_id($result[$key][$col]));',
+                       'bank_author' => 'return($this->auth->get_username_by_id($result[$key][$col]));'
                ); //TODO: Hardcoded
                foreach($result as $key => $row) {
                        foreach($translate_cols as $col => $backend) if(isset($result[$key][$col])){
This page took 0.154353 seconds and 4 git commands to generate.