Block a user
6ad29ccd7d
Merge branch 'test' into prod
2f6cc432b1
Missed using the configured subject prefix in a spot
4f8bc9486d
Fixed the inventory registry field not trimming whitespace
1f33f73938
Implemented notification emails when discarding products.
c31c827b36
Upped the default font size a bit.
3765795dbb
Merge branch 'test'
2f6cc432b1
Missed using the configured subject prefix in a spot
4f8bc9486d
Fixed the inventory registry field not trimming whitespace
1f33f73938
Implemented notification emails when discarding products.
c31c827b36
Upped the default font size a bit.
2f6cc432b1
Missed using the configured subject prefix in a spot
4f8bc9486d
Fixed the inventory registry field not trimming whitespace
1f33f73938
Implemented notification emails when discarding products.
c31c827b36
Upped the default font size a bit.
019725dade
Missed replacing a placeholder in the product_form fragment
5f64975e6f
Moved format_oneroom() to the top so public functions are in one place
61a025f644
Explicitly declaring $import, and making it private
a3e59a1814
Style updates
6bcae5fe83
Apparently needed a blank line
aaa83e3162
Added doctype tag to get rid of quirks mode
e617f70cc3
Switched language from swedish to english
ebcb484fdf
Major overhaul of HTML/css and JS for better structure and less code.
9874390a78
Python complains if a dictionary is modified while using an iterator on it, so changing iterator to a list