Completed
Push — master ( b278b8...cfa292 )
by
unknown
01:26
created
code/forms/RepeatOrderForm.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -190,6 +190,9 @@
 block discarded – undo
190 190
         return $fields;
191 191
     }
192 192
 
193
+    /**
194
+     * @param DataObject $repeatOrder
195
+     */
193 196
     public static function repeatOrderFormActions($label = '', $repeatOrder = null)
194 197
     {
195 198
         //actions
Please login to merge, or discard this patch.