parent
be9a6fc156
commit
97fbbf9f66
|
|
@ -920,7 +920,8 @@ class DailyService extends CONF {
|
|||
UPDATE tbl_customer
|
||||
SET
|
||||
c_fullquantity = 0,
|
||||
c_lastpickupdate = '{$orderdate}'
|
||||
c_lastpickupdate = '{$orderdate}',
|
||||
c_lastpickupquantity = '{$afterQty}'
|
||||
WHERE c_uid = '{$customerUid}'
|
||||
";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$destination = isset($_GET['destination']) ? $_GET['destination'] : '';
|
||||
$mode = isset($_GET['mode']) ? $_GET['mode'] : '';
|
||||
$appVersion = 'v1.1.6';
|
||||
$appVersion = 'v1.1.7';
|
||||
?>
|
||||
|
||||
<?
|
||||
|
|
|
|||
Loading…
Reference in New Issue