Direct posting to GL accountswith more than one related tax type forbidden.
[fa-stable.git] / purchasing / supplier_credit.php
index fc16875ce1b1214053447a7cdc30d8ad56c7ac94..bc60f4de4a92e4b089bace07d72bc3b61d52d478 100644 (file)
@@ -130,6 +130,12 @@ if (isset($_POST['AddGLCodeToTrans'])){
                }
        }
 
+       if (!is_tax_gl_unique(get_post('gl_code'))) {
+               display_error(_("Cannot post to GL account used by more than one tax type."));
+               set_focus('gl_code');
+               $input_error = true;
+       }
+
        if ($input_error == false)
        {
                $_SESSION['supp_trans']->add_gl_codes_to_trans($_POST['gl_code'], $gl_act_name,