Home
last modified time | relevance | path

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

/dports/finance/weberp/webERP/
H A DPcReportExpense.php175 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['tag'] . "'"; variable
176 $TagResult = DB_query($TagSQL);
H A DPcReportTab.php239 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['tag'] . "'"; variable
240 $TagResult = DB_query($TagSQL);
476 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['tag'] . "'"; variable
477 $TagResult = DB_query($TagSQL);
H A DPcAuthorizeExpenses.php113 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['tag'] . "'"; variable
114 $TagResult = DB_query($TagSQL);
H A DPcTabs.php193 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['defaulttag'] . "'"; variable
194 $TagResult = DB_query($TagSQL);
H A DPcTabExpensesList.php144 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['tag'] . "'";
145 $TagResult = DB_query($TagSQL);
H A DPcClaimExpensesFromTab.php500 $TagSQL = "SELECT tagdescription FROM tags WHERE tagref='" . $MyRow['tag'] . "'"; variable
501 $TagResult = DB_query($TagSQL);