mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
Add new status when edit customers
This commit is contained in:
parent
1bada918b9
commit
41161ebc7c
5 changed files with 14 additions and 13 deletions
|
@ -315,6 +315,7 @@ switch ($action) {
|
|||
->find_many();
|
||||
if ($d) {
|
||||
$ui->assign('d', $d);
|
||||
$ui->assign('statuses', ORM::for_table('tbl_customers')->getEnum("status"));
|
||||
$ui->assign('customFields', $customFields);
|
||||
$ui->assign('xheader', $leafletpickerHeader);
|
||||
$ui->display('customers-edit.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue