Get UOM to show up on Purchase Receipt

For our purchase orders we have the UOM setup like this
https://i.gyazo.com/a9f30e351f198ced8860f1c7fb41cd32.png
Which is perfect! However, we want to be the same with purchase receipts.

This is what we currently have for purchase receipts.
https://i.gyazo.com/605b27547affe26e61926ff0348d2db4.png

How can we get the label that says “package” or “each” for the quantity column in purchase receipts?

Anyone? I feel like I’m missing something very simple.

Hi

You can customize any child table referring to this: https://erpnext.org/docs/user/manual/en/customize-erpnext/articles/child-table-

For you case, customize the Purchase Reciept Item

from child table you can select UOM. it’ll show in a separate column but will solve the purpose.

Perfect. Thank you for the help guys.