Revision ec548b1c
Von Sven Schöling vor fast 9 Jahren hinzugefügt
sql/Pg-upgrade2/charts_without_taxkey.pl | ||
---|---|---|
28 | 28 |
(0, 0, 'Keine Steuer'); |
29 | 29 |
SQL |
30 | 30 |
$self->db_query($insert_taxkey0); |
31 |
print $::locale->text("taxkey 0 with taxrate 0 was created."); |
|
31 |
# print $::locale->text("taxkey 0 with taxrate 0 was created.");
|
|
32 | 32 |
}; |
33 | 33 |
|
34 | 34 |
my $insert_taxkeys = <<SQL; |
Auch abrufbar als: Unified diff
DBUpgrade: Bei leerer Datenbank ohne Output durchlaufen