Feat: Home page content updated with new marketing images. DOG section styles updated for marketing materials.
This commit is contained in:
@@ -85,7 +85,7 @@ class Unit_Measurement(SQLAlchemy_ABC, Base):
|
||||
unit.id_unit_measurement = None
|
||||
unit.name_singular = ''
|
||||
unit.name_plural = ''
|
||||
unit.symbol = ''
|
||||
unit.symbol = '%' if query_row[4] == '/' else query_row[4]
|
||||
return unit
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user