|
|
@@ -49,6 +49,7 @@ class StockByPointsaleDatatable
|
|
|
|
|
|
def get_display_name(product)
|
|
|
name = "<label style='margin-bottom:0px'><strong>#{product.name}</strong></label> <br>"
|
|
|
+ name += "#{product.description}<br>"
|
|
|
name += "#{product.display_attributes} <br>" if product.display_attributes.present?
|
|
|
name += "SKU: #{product.sku}"
|
|
|
name += "<br> <i class='fa fa-barcode'></i>: #{product.barcode}" if product.barcode.present?
|