diff --git a/htdocs/takepos/customers.php b/htdocs/takepos/customers.php
index d32ae82e25d..a9ec90776e8 100644
--- a/htdocs/takepos/customers.php
+++ b/htdocs/takepos/customers.php
@@ -1007,7 +1007,7 @@ while ($i < min($num, $limit))
$companystatic->fk_prospectlevel=$obj->fk_prospectlevel;
- print '
';
+ print '
';
if (! empty($arrayfields['s.rowid']['checked']))
{
print '| ';
diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php
index 959bc0baac5..ed31674cf64 100644
--- a/htdocs/takepos/takepos.php
+++ b/htdocs/takepos/takepos.php
@@ -278,7 +278,7 @@ function deleteline() {
}
function Customer() {
- $.colorbox({href:"customers.php?nomassaction=1&place="+place, width:"90%", height:"80%", transition:"none", iframe:"true", title:"trans("Customer");?>"});
+ $.colorbox({href:"customers.php?contextpage=poslist&nomassaction=1&place="+place, width:"90%", height:"80%", transition:"none", iframe:"true", title:"trans("Customer");?>"});
}
function CloseBill() {
|