mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-04 09:33:24 -04:00
Changes length of description shown. Allows for lazy searches in the browser.
This commit is contained in:
parent
dc228a84ca
commit
dfc8bd477a
@ -109,7 +109,7 @@ CONCAT('$',FORMAT(amount,2)) as format_amount,
|
||||
CONCAT(contacts.last_name, ', ', contacts.first_name, ' ',contacts.middle_initial) AS full_name,
|
||||
LEFT(IF(show_startdate, CONCAT(' [',
|
||||
DATE_FORMAT(DATE_ADD(date_startstorage,INTERVAL $storage_period DAY),'%W, %M %D'), '] ', transaction_log.description),
|
||||
IF(community_bike,CONCAT('Quantity(', quantity, ') ', transaction_log.description), description)),100)
|
||||
IF(community_bike,CONCAT('Quantity(', quantity, ') ', transaction_log.description), description)),2000)
|
||||
as description_with_locations
|
||||
FROM transaction_log
|
||||
LEFT JOIN contacts ON transaction_log.sold_to=contacts.contact_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user