mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
fix bug: include created_at in voucher batch selection for improved tracking, it causing conflix in mysql database, i havent test it though
This commit is contained in:
parent
ec6c8af179
commit
5bc0ddaf52
1 changed files with 1 additions and 0 deletions
|
@ -638,6 +638,7 @@ switch ($action) {
|
|||
|
||||
$batches = ORM::for_table('tbl_voucher')
|
||||
->select('batch_name')
|
||||
->select('created_at')
|
||||
->distinct()
|
||||
->where_not_equal('batch_name', '')
|
||||
->order_by_desc('created_at')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue