experimental package balances, RT#4339
[freeside.git] / httemplate / edit / process / cust_pay.cgi
index 647f6fc..f8ac8b1 100755 (executable)
@@ -46,7 +46,9 @@ my $new = new FS::cust_pay ( {
   _date  => $_date,
   map {
     $_, scalar($cgi->param($_));
-  } qw(paid payby payinfo paybatch)
+  } qw( paid payby payinfo paybatch
+        pkgnum
+      )
   #} fields('cust_pay')
 } );