if((empty($idprod)||GETPOST('usenewaddlineform'))&&(!($price_ht>=0)||$price_ht==''))// Unit price can be 0 but not ''
if((empty($idprod)||GETPOST('usenewaddlineform'))&&(!($price_ht!=0)||$price_ht==''))// Unit price can be 0 but not ''. Also price can be negative for proposal.