X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fincludes%2Fui%2Fgrn_ui.inc;h=f1b271c078ca23cd0b50a0949099c1c9c0743362;hb=eeb82d4707125d5d98916ec846d0d83b605af8b2;hp=4a5835ee79140fad706b5b59d22c93c1eafecded;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/purchasing/includes/ui/grn_ui.inc b/purchasing/includes/ui/grn_ui.inc index 4a5835ee..f1b271c0 100644 --- a/purchasing/includes/ui/grn_ui.inc +++ b/purchasing/includes/ui/grn_ui.inc @@ -25,7 +25,7 @@ function display_grn_summary(&$po, $editable=false) { if (!isset($_POST['ref'])) $_POST['ref'] = references::get_next(25); - ref_cells(_("Reference"), 'ref', null, "class='tableheader2'"); + ref_cells(_("Reference"), 'ref', '', null, "class='tableheader2'"); if (!isset($_POST['Location'])) $_POST['Location'] = $po->Location; @@ -35,7 +35,7 @@ function display_grn_summary(&$po, $editable=false) if (!isset($_POST['DefaultReceivedDate'])) $_POST['DefaultReceivedDate'] = Today(); - date_cells(_("Date Items Received"), 'DefaultReceivedDate', null, 0, 0, 0, "class='tableheader2'"); + date_cells(_("Date Items Received"), 'DefaultReceivedDate', '', null, 0, 0, 0, "class='tableheader2'"); } else