Commit 64522ca1 authored by Frank Bergmann's avatar Frank Bergmann

- adapted im_customer_select to new param

parent 92f2d029
...@@ -177,7 +177,7 @@ append page_body " ...@@ -177,7 +177,7 @@ append page_body "
<tr> <tr>
<td>Client $required_field </td> <td>Client $required_field </td>
<td> <td>
[im_customer_select "customer_id" $customer_id "" [list "Deleted" "Past" "Declined"]] [im_customer_select "customer_id" $customer_id "" "" [list "Deleted" "Past" "Declined"]]
" "
if {$user_admin_p} { if {$user_admin_p} {
append page_body " append page_body "
......
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