Allow decimal quantities in pos (#13471)

diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js
index dcae40d..912fce0 100644
--- a/erpnext/accounts/page/pos/pos.js
+++ b/erpnext/accounts/page/pos/pos.js
@@ -1302,10 +1302,6 @@
 			}
 		});
 
-		if (field == 'qty') {
-			this.remove_zero_qty_item();
-		}
-
 		this.update_paid_amount_status(false)
 	},