From 7576b9f0ea9b6b2bb073f310ccb5ec56f1bacb7a Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Jun 2008 23:15:56 +0000 Subject: [PATCH] fix visual regression not displaying package and comment on date editing --- httemplate/edit/REAL_cust_pkg.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi index fea85456f..6f7f0d7db 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -28,12 +28,12 @@ Package - <% $cust_pkg->pkg %> + <% $part_pkg->pkg %> Comment - <% $cust_pkg->comment %> + <% $part_pkg->comment %> -- 2.11.0