1 Sep 2008 10:50
r3375 - in trunk/unstable: SL bin/mozilla
SVN author mbunkus <m.bunkus <at> linet-services.de>
2008-09-01 08:50:59 GMT
2008-09-01 08:50:59 GMT
Author: mbunkus
Date: 2008-09-01 10:50:59 +0200 (Mo, 01 Sep 2008)
New Revision: 3375
Log:
Bei Lieferanschrift-Drop-Down auch die Straße und den Ort anzeigen.
Modified:
trunk/unstable/SL/CT.pm
trunk/unstable/bin/mozilla/ct.pl
Geändert: trunk/unstable/SL/CT.pm
===================================================================
--- trunk/unstable/SL/CT.pm 2008-08-28 10:12:07 UTC (rev 3374)
+++ trunk/unstable/SL/CT.pm 2008-09-01 08:50:59 UTC (rev 3375)
<at> <at> -155,8 +155,9 <at> <at>
# get shipto address
$query =
- qq|SELECT shipto_id, shiptoname, shiptodepartment_1 | .
- qq|FROM shipto WHERE (trans_id = ?) AND (module = 'CT')|;
+ qq|SELECT shipto_id, shiptoname, shiptodepartment_1, shiptostreet, shiptocity
+ FROM shipto
+ WHERE (trans_id = ?) AND (module = 'CT')|;
$form->{SHIPTO} = selectall_hashref_query($form, $dbh, $query, $form->{id});
# get contacts
Geändert: trunk/unstable/bin/mozilla/ct.pl
===================================================================
--- trunk/unstable/bin/mozilla/ct.pl 2008-08-28 10:12:07 UTC (rev 3374)
(Continue reading)
RSS Feed