Home
last modified time | relevance | path

Searched refs:SelectedCOGSPostingID (Results 1 – 1 of 1) sorted by relevance

/dports/finance/weberp/webERP/
H A DCOGSGLPostings.php18 $SelectedCOGSPostingID=$_POST['SelectedCOGSPostingID']; variable
20 $SelectedCOGSPostingID=$_GET['SelectedCOGSPostingID']; variable
28 if (isset($SelectedCOGSPostingID)) {
37 WHERE id ='" .$SelectedCOGSPostingID."'";
61 unset ($SelectedCOGSPostingID);
66 $sql="DELETE FROM cogsglpostings WHERE id='".$SelectedCOGSPostingID."'";
69 unset ($SelectedCOGSPostingID);
72 if (!isset($SelectedCOGSPostingID)) {
226 if (isset($SelectedCOGSPostingID)) {
236 if (isset($SelectedCOGSPostingID)) {
[all …]