Merge pull request #15365 from samuelsov/userdashboard
[civicrm-core.git] / CRM / Batch / Form / Entry.php
index 5d98871c54b81d288a7769f3dfc4636fd524bcf4..2f279e509f643c45308ef43efcbd74bfd129b0fd 100644 (file)
@@ -525,7 +525,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form {
           'payment_instrument' => 'payment_instrument_id',
           'contribution_source' => 'source',
           'contribution_note' => 'note',
-
+          'contribution_check_number' => 'check_number',
         ];
         foreach ($fieldTranslations as $formField => $baoField) {
           if (isset($value[$formField])) {