Commit 73923cd2 authored by Frank Bergmann's avatar Frank Bergmann

- repaced "client" by "company" in CustomerListPage

parent 96f9a004
...@@ -180,7 +180,7 @@ commit; ...@@ -180,7 +180,7 @@ commit;
-- --
delete from im_view_columns where column_id > 0 and column_id < 8; delete from im_view_columns where column_id > 0 and column_id < 8;
-- --
insert into im_view_columns values (1,1,NULL,'Client', insert into im_view_columns values (1,1,NULL,'Company',
'"<A HREF=$customer_view_page?customer_id=$customer_id>$customer_name</A>"','','',1, '"<A HREF=$customer_view_page?customer_id=$customer_id>$customer_name</A>"','','',1,
'expr 1'); 'expr 1');
insert into im_view_columns values (3,1,NULL,'Type', insert into im_view_columns values (3,1,NULL,'Type',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment