Merge pull request #120 from hotspotbilling/Development
fix delete customer attribute
This commit is contained in:
commit
ef76aadc16
@ -465,6 +465,7 @@ switch ($action) {
|
||||
// Delete the Customers Attributes with the given field name
|
||||
ORM::for_table('tbl_customers_fields')
|
||||
->where('field_name', $fieldName)
|
||||
->where('customer_id', $id)
|
||||
->delete_many();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user