diff options
Diffstat (limited to 'UI/Contact/contact.html')
-rw-r--r-- | UI/Contact/contact.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 8ea851e0..3a8d27b3 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -262,6 +262,25 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> </tr> <tr> <td> <?lsmb INCLUDE select element_data = { + name = "ar_ap_account_id" + default_values = [ar_ap_account_id] + options = ar_ap_acc_list + label = text((account_class == 1) ? 'AP' : 'AR') + text_attr = "text" + value_attr = "id" + } ?> + </td> + <td> <?lsmb INCLUDE select element_data = { + name = "payment_account_id" + default_values = [payment_account_id] + options = cash_acc_list + label = text('Payment') + text_attr = "text" + value_attr = "id" + } ?> + </td> + <tr> + <td> <?lsmb INCLUDE select element_data = { name = "business_id" options = business_types default_values = [business_id] @@ -270,7 +289,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> label = text('Business Type:') #' } ?> </td> - </td> + </tr> </table> <hr/> |