[freeside-commits] freeside/httemplate/view svc_Common.html, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Wed Apr 15 00:14:13 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv10918
Modified Files:
svc_Common.html
Log Message:
should fix view of unlinked phone numbers, RT#5171
Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_Common.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- svc_Common.html 1 Aug 2007 22:26:51 -0000 1.3
+++ svc_Common.html 15 Apr 2009 07:14:11 -0000 1.4
@@ -1,3 +1,9 @@
+<% include('elements/svc_Common.html',
+ 'table' => $table,
+ 'edit_url' => $p."edit/svc_Common.html?svcdb=$table;svcnum=",
+ %opt,
+ )
+%>
<%init>
# false laziness w/edit/svc_Common.html
@@ -21,9 +27,3 @@
}
</%init>
-<% include('elements/svc_Common.html',
- 'table' => $table,
- 'edit_url' => $p."edit/svc_Common.html?svcdb=$table;svcnum=",
- %opt,
- )
-%>
More information about the freeside-commits
mailing list