Fix submit handling of thousands when creating data entry batch
[civicrm-core.git] / CRM / Batch / BAO / Batch.php
index 4d68ffdf4620cdd6ed32a2caf249a40482bf4409..d3bcba1467f06679212cd9d47ea85407809cd2c7 100644 (file)
@@ -539,7 +539,7 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch {
    *   calculated total
    * @param $expected
    *   user-entered total
-   * @return array
+   * @return string
    */
   public static function displayTotals($actual, $expected) {
     $class = 'actual-value';