kg to g convertion fix in report
This commit is contained in:
parent
8f34af9d7c
commit
5bfbbe7820
|
|
@ -107,7 +107,7 @@ class SamashtiDashboard(models.AbstractModel):
|
||||||
pt.type = 'consu'
|
pt.type = 'consu'
|
||||||
|
|
||||||
GROUP BY
|
GROUP BY
|
||||||
pp.default_code, pt.name, pc.name, uom.name
|
pp.default_code, pt.name, pc.name, uom.name, pp.id
|
||||||
|
|
||||||
ORDER BY
|
ORDER BY
|
||||||
pt.name;
|
pt.name;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue