UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 25 Feb 2015 05:51:30 +0000 (13:51 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Feb 2015 05:51:30 +0000 (13:51 +0800)
UpdateDatabase.php

index 48acac9..b1a9f6a 100644 (file)
@@ -366,7 +366,7 @@ class Pman_Xtuple_UpdateDatabase extends Pman_Core_UpdateDatabase
         $bankaccnt->whereAdd("
             bankaccnt_name != ''
         ");
-        // do we have any bank accounts..
+        // do we have any bank accounts.. with names...
         if($bankaccnt->count()){
             return;
         }