lg 모듈 영수증 출력 관련 코드 수정

This commit is contained in:
chicpro
2014-04-08 15:52:18 +09:00
parent 1015f206fd
commit 6ebd6f86fb
16 changed files with 375 additions and 48 deletions

View File

@ -244,7 +244,7 @@ if ($row['cnt']) {
od_cash_no = '$cash_no',
od_cash_info = '$cash_info'
where od_id = '$ordr_idxx' ";
$result = sql_query($sql);
$result = sql_query($sql, false);
if (!$result) $bSucc = "false";
/* = -------------------------------------------------------------------------- = */