Commit 9b549deb by Owo Sugiana

Hapus field pada class Invoice yang tidak ada di Kabupaten Majalengka

1 parent 2a8f9a52
0.2.5 2020-11-14
----------------
- Hapus field pada class Invoice yang tidak ada di Kabupaten Majalengka
0.2.4 2020-10-08
----------------
- Penambahan field discount_denda dan notes
......
......@@ -326,8 +326,8 @@ class Invoice(Base):
sptno_lama = Column(Integer)
r_nama = Column(String(100))
r_alamat = Column(String(255))
m_tonase = Column(Float)
m_njop = Column(Float)
# m_tonase = Column(Float)
# m_njop = Column(Float)
__table_args__ = (
UniqueConstraint('tahun', 'sptno'),
UniqueConstraint('tahun', 'sptno', 'customer_usaha_id', 'masadari'),
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!