0001307: Insufficent quantities "marker" use wrong date in Sales Order
[fa-stable.git] / purchasing / po_entry_items.php
index af5e3ee1c4978b65a78cc92615a83891be066bd2..a23b7a0754b94603dc9e8e1d22931b4d6df3f337 100644 (file)
@@ -373,7 +373,7 @@ function can_commit()
                return false;
        }
        if ($_SESSION['PO']->trans_type==ST_SUPPINVOICE 
-               && is_reference_already_there($_SESSION['PO']->supplier_id, get_post('supp_ref'), $_SESSION['PO']->trans_no))
+               && is_reference_already_there($_SESSION['PO']->supplier_id, get_post('supp_ref'), $_SESSION['PO']->order_no))
        {
                display_error(_("This invoice number has already been entered. It cannot be entered again.") . " (" . get_post('supp_ref') . ")");
                set_focus('supp_ref');