Revision 9ce0fb48
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/GDPDU.pm | ||
---|---|---|
330 | 330 |
my ($self, $table) = @_; |
331 | 331 |
|
332 | 332 |
my %cols_by_primary_key = partition_by { 1 * $datev_column_defs{$_}{primary_key} } @datev_columns; |
333 |
$::lxdebug->dump(0, "cols", \%cols_by_primary_key); |
|
334 | 333 |
|
335 | 334 |
for my $column (@{ $cols_by_primary_key{1} }) { |
336 | 335 |
my $type = $column_types{ $datev_column_defs{$column}{type} }; |
Auch abrufbar als: Unified diff
GDPDU: Debugcode