Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1522aeb7

Von Johannes Grassler vor mehr als 1 Jahr hinzugefügt

  • ID 1522aeb7eb53c7a1f7f1df009ab510a2abbde37b
  • Vorgänger b525a340
  • Nachfolger 19299547

Einrueckungen und weitere Stilprobleme repariert

Unterschiede anzeigen:

SL/XMLInvoice/CrossIndustryInvoice.pm
package SL::XMLInvoice::CrossIndustryInvoice;
use strict;
use warnings;
use parent qw(SL::XMLInvoice);
use constant ITEMS_XPATH => '//ram:IncludedSupplyChainTradeLineItem';
=head1 NAME
SL::XMLInvoice::FakturX - XML parser for UN/CEFACT Cross Industry Invoice
......
=cut
use strict;
use constant ITEMS_XPATH => '//ram:IncludedSupplyChainTradeLineItem';
# XML XPath expressions for global metadata
sub scalar_xpaths {
return {
......
push @items, \%line_item;
}
}
1;

Auch abrufbar als: Unified diff